diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index c035216fb2e4..4a39ced8cf21 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ # To find available Node images, see https://mcr.microsoft.com/en-us/product/devcontainers/javascript-node/tags # [Choice] Node.js version -ARG VARIANT="dev-20-bullseye" +ARG VARIANT="dev-22-bullseye" FROM mcr.microsoft.com/devcontainers/javascript-node:${VARIANT} # [Optional] Uncomment this section to install additional OS packages. diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e9645b9ec918..021cf63593e5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,67 +2,67 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.177.0/containers/javascript-node // - { - "name": "docs.github.com", - "build": { - "dockerfile": "Dockerfile", - // Update 'VARIANT' to pick a Node version - "args": { "VARIANT": "20" } - }, + "name": "docs.github.com", + "build": { + "dockerfile": "Dockerfile", + // Update 'VARIANT' to pick a Node version + "args": { "VARIANT": "22" } + }, - // Install features. Type 'feature' in the VS Code command palette for a full list. - "features": { - "sshd": "latest" - }, + // Install features. Type 'feature' in the VS Code command palette for a full list. + "features": { + "sshd": "latest" + }, - "customizations": { - "vscode": { - // Set *default* container specific settings.json values on container create. - "settings": { - "terminal.integrated.shell.linux": "/bin/bash", - "cSpell.language": ",en" - }, - // Visual Studio Code extensions which help authoring for docs.github.com. - "extensions": [ - "dbaeumer.vscode-eslint", - "sissel.shopify-liquid", - "davidanson.vscode-markdownlint", - "bierner.markdown-preview-github-styles", - "streetsidesoftware.code-spell-checker", - "alistairchristie.open-reusables", - "AlistairChristie.version-identifier", - "peterbe.ghdocs-goer", - "GitHub.copilot", - "GitHub.copilot-chat" - ] - }, - "codespaces": { - "repositories": { - // allow Codespaces to pull from separate repo when user has access - "github/docs-early-access": { - "permissions": { - "contents": "write" - } - } - } - } + "customizations": { + "vscode": { + // Set *default* container specific settings.json values on container create. + "settings": { + "terminal.integrated.shell.linux": "/bin/bash", + "cSpell.language": ",en" + }, + // Visual Studio Code extensions which help authoring for docs.github.com. + "extensions": [ + "dbaeumer.vscode-eslint", + "sissel.shopify-liquid", + "davidanson.vscode-markdownlint", + "bierner.markdown-preview-github-styles", + "streetsidesoftware.code-spell-checker", + "alistairchristie.open-reusables", + "AlistairChristie.version-identifier", + "peterbe.ghdocs-goer", + "GitHub.copilot", + "GitHub.copilot-chat" + ] }, + "codespaces": { + "repositories": { + // allow Codespaces to pull from separate repo when user has access + "github/docs-early-access": { + "permissions": { + "contents": "write" + } + } + } + } + }, - // Use 'forwardPorts' to make a list of ports inside the container available locally. - "forwardPorts": [4000], + // Use 'forwardPorts' to make a list of ports inside the container available locally. + "forwardPorts": [4000], - "portsAttributes": { - "4000": { - "label": "Preview" - } - }, + "portsAttributes": { + "4000": { + "label": "Preview" + } + }, - // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "npm ci", + // Use 'postCreateCommand' to run commands after the container is created. + "postCreateCommand": "npm ci", - // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. - "remoteUser": "node", + // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. + "remoteUser": "node", - "hostRequirements": { - "memory": "8gb" - } + "hostRequirements": { + "memory": "8gb" + } } diff --git a/.github/workflows/azure-preview-env-deploy-public.yml b/.github/workflows/azure-preview-env-deploy-public.yml index 1be9f7664868..76434c4f7516 100644 --- a/.github/workflows/azure-preview-env-deploy-public.yml +++ b/.github/workflows/azure-preview-env-deploy-public.yml @@ -37,7 +37,15 @@ jobs: build-and-deploy-azure-preview-public: name: Build and deploy Azure preview environment (public) runs-on: ubuntu-latest - if: github.repository == 'github/docs' + # Ensure this is actually a pull request and not a merge group + # If its a merge group, report success without doing anything + # See https://bit.ly/3qB9nZW > If a job in a workflow is skipped due to a conditional, it will report its status as "Success". + if: | + ( + (github.event.pull_request.head.sha) + && (github.event.number || github.run_id) + ) + && github.repository == 'github/docs' timeout-minutes: 15 environment: name: preview-env-${{ github.event.number }} diff --git a/.github/workflows/link-check-daily.yml b/.github/workflows/link-check-daily.yml index 14926eb5f782..47d477bae067 100644 --- a/.github/workflows/link-check-daily.yml +++ b/.github/workflows/link-check-daily.yml @@ -86,7 +86,7 @@ jobs: # treat it as a warning and not as a broken link. EXTERNAL_SERVER_ERRORS_AS_WARNINGS: true FAIL_ON_FLAW: false - timeout-minutes: 60 + timeout-minutes: 120 run: npm run rendered-content-link-checker - name: Insight into external link checker DB json file (after) diff --git a/.github/workflows/local-dev.yml b/.github/workflows/local-dev.yml index 885c9f6ea631..360dd408201d 100644 --- a/.github/workflows/local-dev.yml +++ b/.github/workflows/local-dev.yml @@ -21,8 +21,7 @@ jobs: - name: Check out repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Install dependencies - run: npm install + - uses: ./.github/actions/node-npm-setup - uses: ./.github/actions/get-docs-early-access if: ${{ github.repository == 'github/docs-internal' }} diff --git a/Dockerfile b/Dockerfile index 38cd737ac299..dd9033bb3752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # -------------------------------------------------------------------------------- # To update the sha, run `docker pull node:$VERSION-alpine` # look for something like: `Digest: sha256:0123456789abcdef` -FROM node:20-alpine@sha256:66f7f89199daea88a6b5d5aadaa6d20f7a16a90fc35274deda8e901e267d4bd7 AS base +FROM node:22-alpine@sha256:c13b26e7e602ef2f1074aef304ce6e9b7dd284c419b35d89fcf3cc8e44a8def9 AS base # This directory is owned by the node user ARG APP_HOME=/home/node/app diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address.md index 39536ca6a096..8b5fa437257c 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address.md @@ -48,6 +48,8 @@ To ensure that commits are attributed to you and appear in your contributions gr {% ifversion fpt or ghec %} + + {% note %} **Note:** If you created your account _after_ July 18, 2017, your `noreply` email address for is an ID number and your username in the form of ID+USERNAME@users.noreply.github.com. If you created your account _prior to_ July 18, 2017, and enabled **Keep my email address private** prior to that date, your `noreply` email address is USERNAME@users.noreply.github.com. You can get an ID-based `noreply` email address by selecting (or deselecting and reselecting) **Keep my email address private** in your email settings. diff --git a/content/actions/sharing-automations/reusing-workflows.md b/content/actions/sharing-automations/reusing-workflows.md index ccf28a589850..030a13226ac1 100644 --- a/content/actions/sharing-automations/reusing-workflows.md +++ b/content/actions/sharing-automations/reusing-workflows.md @@ -361,7 +361,7 @@ jobs: workflowB-calls-workflowC: uses: different-org/example-repo/.github/workflows/C.yml@main secrets: - repo-token: ${{ secrets.person_access_token }} # pass just this secret + repo-token: ${{ secrets.personal_access_token }} # pass just this secret ``` {% endraw %} diff --git a/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md b/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md index c5d6ff418b76..869afbb872ac 100644 --- a/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md +++ b/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md @@ -151,6 +151,24 @@ Across all organizations owned by your enterprise, you can set the default branc 1. Optionally, to enforce the default branch name for all organizations in the enterprise, select **Enforce across this enterprise**. 1. Click **Update**. +{% ifversion deploy-keys-enterprise-org-policy %} + +## Enforcing a policy for deploy keys + +Across all organizations owned by your enterprise, you can allow members to create deploy keys in repositories, restrict deploy key creation, or allow owners to administer the setting on the organization level. + +For more information about using deploy keys, see "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys)." If you want fine-grained control over permissions, consider using a {% data variables.product.prodname_github_app %} instead. See "[AUTOTITLE](/apps/overview)." + +> [!WARNING] +> Changing this setting to disabled will result in **existing deploy keys being disabled** in all repositories in the enterprise. Scripts, apps, or workflows that create, use, or delete deploy keys will no longer work. + +{% data reusables.enterprise-accounts.access-enterprise %} +{% data reusables.enterprise-accounts.policies-tab %} +{% data reusables.enterprise-accounts.repositories-tab %} +1. Under "Deploy keys", review the information about changing the setting, then select a policy. +1. Click **Save**. +{% endif %} + ## Enforcing a policy for changes to repository visibility Across all organizations owned by your enterprise, you can allow members with admin access to change a repository's visibility, restrict repository visibility changes to organization owners, or allow owners to administer the setting on the organization level. When you prevent members from changing repository visibility, only enterprise owners can change the visibility of a repository. diff --git a/content/admin/managing-your-enterprise-account/creating-github-apps-for-your-enterprise.md b/content/admin/managing-your-enterprise-account/creating-github-apps-for-your-enterprise.md new file mode 100644 index 000000000000..beec26003881 --- /dev/null +++ b/content/admin/managing-your-enterprise-account/creating-github-apps-for-your-enterprise.md @@ -0,0 +1,47 @@ +--- +title: Creating GitHub Apps for your enterprise +intro: 'Learn how to create a {% data variables.product.prodname_github_app %} for organizations within your enterprise.' +versions: + feature: enterprise-apps-public-beta +type: how_to +topics: + - Enterprise +permissions: Enterprise owners. +shortTitle: Create a GitHub App +--- + +{% data reusables.apps.enterprise-apps-beta %} + +You can create a {% data variables.product.prodname_github_app %} under your enterprise account. The app can only be installed on organizations within your enterprise, and can only be authorized by members of your enterprise. The app can't be installed on user accounts. + +## Step 1: Registering a {% data variables.product.prodname_github_app %} + +To create a {% data variables.product.prodname_github_app %}, you must first register the app. See "[AUTOTITLE](/apps/creating-github-apps/registering-a-github-app/registering-a-github-app)." + +## Step 2: Building a {% data variables.product.prodname_github_app %} + +After registering a {% data variables.product.prodname_github_app %}, you will want to write code to make your {% data variables.product.prodname_github_app %} do something. For examples of how to write code, see: + +* "[AUTOTITLE](/apps/creating-github-apps/writing-code-for-a-github-app/quickstart)" +* "[AUTOTITLE](/apps/creating-github-apps/guides/building-a-github-app-that-responds-to-webhook-events)" +* "[AUTOTITLE](/apps/creating-github-apps/guides/building-a-login-with-github-button-with-a-github-app)" +* "[AUTOTITLE](/apps/creating-github-apps/guides/building-a-cli-with-a-github-app)" +* "[AUTOTITLE](/apps/creating-github-apps/writing-code-for-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow)" + +You should aim to follow best practices. See "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/best-practices-for-creating-a-github-app)." + +## Step 3: Authorizing or sharing your {% data variables.product.prodname_github_app %} + +Once your {% data variables.product.prodname_github_app %} is registered, you'll need to make it available to organizations in your enterprise, either through **authorization** or **installation**, depending on the app’s purpose. + +### Step 3a: Authorizing your {% data variables.product.prodname_github_app %} + +Some {% data variables.product.prodname_github_apps %}, like {% data variables.product.prodname_copilot_short %} extensions, require **authorization** but do not need to be installed on an organization. Users in your enterprise can authorize the app to access resources within organizations. However, the app will only have access to {% data variables.product.github %} resources where it is installed. See "[AUTOTITLE](/apps/using-github-apps/authorizing-github-apps)." + +### Step 3b: Sharing your {% data variables.product.prodname_github_app %} via an installation link + +For apps that require installation to function, you can provide organization owners with an installation link. Once the app is installed, it will have access to the organization's resources. See "[AUTOTITLE](/apps/sharing-github-apps/sharing-your-github-app#sharing-your-github-app-via-an-install-link)." + +## Step 4: Installing your {% data variables.product.prodname_github_app %} (if required) + +If your {% data variables.product.prodname_github_app %} requires installation (not just authorization), organization owners can use the install link to install the app on their organization. See "[AUTOTITLE](/apps/using-github-apps/installing-a-github-app-from-a-third-party)." diff --git a/content/admin/managing-your-enterprise-account/index.md b/content/admin/managing-your-enterprise-account/index.md index 9ad427f72c99..8eb3b1f6e595 100644 --- a/content/admin/managing-your-enterprise-account/index.md +++ b/content/admin/managing-your-enterprise-account/index.md @@ -10,5 +10,6 @@ children: - /creating-a-readme-for-an-enterprise - /deleting-an-enterprise-account - /changing-the-url-for-your-enterprise + - /creating-github-apps-for-your-enterprise shortTitle: Manage enterprise account --- diff --git a/content/admin/overview/system-overview.md b/content/admin/overview/system-overview.md index 3214cecf4625..b22bc21ff407 100644 --- a/content/admin/overview/system-overview.md +++ b/content/admin/overview/system-overview.md @@ -25,7 +25,7 @@ topics: The root filesystem is included in the distributed machine image. It contains the base operating system and the {% data variables.product.product_name %} application environment. The root filesystem should be treated as ephemeral. Any data on the root filesystem will be replaced when upgrading to future {% data variables.product.product_name %} releases. -The root storage volume is split into two equally-sized partitions. One of the partitions will be mounted as the root filesystem (`/`). The other partition is only mounted during upgrades and rollbacks of upgrades as `/mnt/upgrade`, to facilitate easier rollbacks if necessary. For example, if a 200GB root volume is allocated, there will be 100GB allocated to the root filesystem and 100GB reserved for the upgrades and rollbacks. +The root storage volume is split into two equally-sized partitions. One of the partitions will be mounted as the root filesystem (`/`). The other partition is only mounted during upgrades and rollbacks of upgrades as `/mnt/upgrade`, to facilitate easier rollbacks if necessary. For example, if a {% ifversion ghes > 3.14 %}400GB root volume is allocated, there will be 200GB allocated to the root filesystem and 200GB{% else %}200GB root volume is allocated, there will be 100GB allocated to the root filesystem and 100GB{% endif %} reserved for the upgrades and rollbacks. {% ifversion ghes > 3.13 %}In new installations of 3.14 and later, the root storage volume is split into four partitions. Two small partitions are for the supported boot modes (BIOS and UEFI), and the other two equally large partitions are for the {% data variables.product.product_name %} primary, and upgrades and rollbacks.{% endif %} diff --git a/content/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps.md b/content/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps.md index 98dab9c08361..bc6ef0a8d2f0 100644 --- a/content/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps.md +++ b/content/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps.md @@ -25,7 +25,7 @@ A {% data variables.product.prodname_github_app %} is a type of integration that Common use cases for {% data variables.product.prodname_github_apps %} include: * Automating tasks or background processes -* Supporting "Sign in with GitHub," which allows users to sign in with their {% data variables.product.prodname_dotcom %} account to provide their identity in your ecosystem +* Supporting "Sign in with {% data variables.product.company_short %}," which allows users to sign in with their {% data variables.product.prodname_dotcom %} account to provide their identity in your ecosystem * As a developer tool, allowing users to work with {% data variables.product.prodname_dotcom %} by signing into your {% data variables.product.prodname_github_app %}, which can then act on their behalf * Integrating your tool or external service with {% data variables.product.company_short %} @@ -33,6 +33,10 @@ Like {% data variables.product.prodname_oauth_apps %}, {% data variables.product {% data variables.product.prodname_github_apps %} can be installed directly on organizations and personal accounts and granted access to specific repositories. They come with built-in webhooks and narrow, specific permissions. +{% ifversion enterprise-apps-public-beta %} +You can also create an enterprise-owned {% data variables.product.prodname_github_app %} that can only be installed on organizations within your enterprise, and can only be authorized by members of your enterprise. For more information, see "[AUTOTITLE](/admin/managing-your-enterprise-account/creating-github-apps-for-your-enterprise)." +{% endif %} + {% data reusables.apps.app_manager_role %} ## Building a {% data variables.product.prodname_github_app %} @@ -43,7 +47,13 @@ Then, you need to write code to add functionality to your {% data variables.prod Once you have written the code for your {% data variables.product.prodname_github_app %}, your app needs to run somewhere. If your app is a website or web app, you might host your app on a server like [Azure App Service](https://azure.microsoft.com/products/app-service/). If your app is a client-side app, it might run on a user's device. -In order to use your {% data variables.product.prodname_github_app %}, you must install the app on your organization or personal account. If your {% data variables.product.prodname_github_app %} is private, you can only install the {% data variables.product.prodname_github_app %} on the account that owns the app. If your {% data variables.product.prodname_github_app %} is public, other users and organizations can install your app. For more information, see "[AUTOTITLE](/apps/using-github-apps/installing-your-own-github-app)" and "[AUTOTITLE](/apps/sharing-github-apps/sharing-your-github-app)." +To use your {% data variables.product.prodname_github_app %}, you need to install it on your organization or personal account. + +* If your {% data variables.product.prodname_github_app %} is **private**, you can only install it on the account that owns the app. +* If your {% data variables.product.prodname_github_app %} is **public**, other users and organizations can also install it.{% ifversion enterprise-apps-public-beta %} +* If your {% data variables.product.prodname_github_app %} is owned by an **enterprise**, you can install it on any organization within that enterprise.{% endif %} + +For more information, see "[AUTOTITLE](/apps/using-github-apps/installing-your-own-github-app)" and "[AUTOTITLE](/apps/sharing-github-apps/sharing-your-github-app)." ## Understanding what type of {% data variables.product.prodname_github_app %} to build diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps.md index ec2fec15f5c4..7bdcf49b81d8 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps.md @@ -25,8 +25,7 @@ You must keep private keys for {% data variables.product.prodname_github_apps %} To generate a private key: {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to generate a private key for, click **Edit**. 1. Under "Private keys", click **Generate a private key**. 1. You will see a private key in PEM format downloaded to your computer. Make sure to store this file because GitHub only stores the public portion of the key. For more information about securely storing your key, see "[Storing private keys](#storing-private-keys)." diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md index 877136f9fee4..f03912991260 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md @@ -33,8 +33,7 @@ If your refresh token expires before you use it, you can regenerate a user acces When you create your app, expiration of user access tokens is enabled unless you opt out. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." You can also configure this setting after your app has been created. {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to modify, click **Edit**. 1. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Optional Features**. 1. Next to "User-to-server token expiration", click **Opt-in** or **Opt-out**. This setting may take a couple of seconds to apply. diff --git a/content/apps/creating-github-apps/registering-a-github-app/creating-a-custom-badge-for-your-github-app.md b/content/apps/creating-github-apps/registering-a-github-app/creating-a-custom-badge-for-your-github-app.md index 823ae9033bc9..341b1dd1fb41 100644 --- a/content/apps/creating-github-apps/registering-a-github-app/creating-a-custom-badge-for-your-github-app.md +++ b/content/apps/creating-github-apps/registering-a-github-app/creating-a-custom-badge-for-your-github-app.md @@ -35,8 +35,7 @@ For more information about badges for {% data variables.product.prodname_github_ ## Creating a custom badge {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} {% data reusables.user-settings.modify_github_app %} 1. Under "Display information", drag and drop an image from a local folder or click **Upload a logo** to select an image from your computer. 1. Optionally, crop your image. diff --git a/content/apps/creating-github-apps/registering-a-github-app/making-a-github-app-public-or-private.md b/content/apps/creating-github-apps/registering-a-github-app/making-a-github-app-public-or-private.md index 63b929f275cb..f1a3b46b631b 100644 --- a/content/apps/creating-github-apps/registering-a-github-app/making-a-github-app-public-or-private.md +++ b/content/apps/creating-github-apps/registering-a-github-app/making-a-github-app-public-or-private.md @@ -32,7 +32,11 @@ If a {% data variables.product.prodname_github_app %} registration is owned by a {% ifversion fpt or ghec %}You can register a {% data variables.product.prodname_github_app %} under your personal account or organization and make it available for other organizations to install. You do not need an enterprise plan or an organization account to make your {% data variables.product.prodname_github_app %} available to an organization even if the organization is owned by an enterprise on {% data variables.product.prodname_ghe_cloud %}.{% endif %} -If you want to make your app available to {% ifversion ghes %}other {% endif %}{% data variables.product.prodname_ghe_server %} instances, then you need to take additional steps. For more information, see "[AUTOTITLE](/apps/sharing-github-apps/making-your-github-app-available-for-github-enterprise-server)." +{% ifversion enterprise-apps-public-beta %} +Additionally, you can register a {% data variables.product.prodname_github_app %} under your enterprise. You can't make this app public, the app can only be installed on organizations within your enterprise, and can only be authorized by members of your enterprise. +{% endif %} + +If you want your {% data variables.product.prodname_github_app %} to be available to organizations in a {% data variables.product.prodname_ghe_server %} instance that you are not part of, then you need to take additional steps. For more information, see "[AUTOTITLE](/apps/sharing-github-apps/making-your-github-app-available-for-github-enterprise-server)." If it is important for {% ifversion ghes %}other {% endif %}{% data variables.product.prodname_ghe_server %} users to be able to use your tool, consider using {% data variables.product.prodname_actions %} instead of a {% data variables.product.prodname_github_app %}. Public actions are available on {% data variables.product.prodname_ghe_server %} instances with GitHub Connect. For more information, see "[AUTOTITLE]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect)" and "[AUTOTITLE]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises){% ifversion ghes %}."{% else %}" in the {% data variables.product.prodname_ghe_server %} documentation.{% endif %} @@ -45,3 +49,11 @@ Public {% data variables.product.prodname_github_apps %} have a landing page wit ### Private installation flow Private {% data variables.product.prodname_github_apps %} can only be installed on the user or organization account of the app owner. Limited information about the app will exist on a landing page for the app, but the **Install** button will only be available to organization owners and app managers for the organization that owns the app, or the personal account if the {% data variables.product.prodname_github_app %} is owned by an individual account. + +{% ifversion enterprise-apps-public-beta %} + +### Enterprise-owned installation flow + +Enterprise-owned {% data variables.product.prodname_github_apps %} can only be installed by organization owners of organizations within the enterprise by using the installation URL. The app can not be installed on user accounts. + +{% endif %} diff --git a/content/apps/creating-github-apps/registering-a-github-app/registering-a-github-app.md b/content/apps/creating-github-apps/registering-a-github-app/registering-a-github-app.md index f5906fd733f8..0bb8cdccf0ba 100644 --- a/content/apps/creating-github-apps/registering-a-github-app/registering-a-github-app.md +++ b/content/apps/creating-github-apps/registering-a-github-app/registering-a-github-app.md @@ -1,7 +1,7 @@ --- title: Registering a GitHub App shortTitle: 'Register a {% data variables.product.prodname_github_app %}' -intro: 'You can register a {% data variables.product.prodname_github_app %} under your personal account or under any organization you own.' +intro: 'You can register a {% data variables.product.prodname_github_app %} under your personal account{% ifversion enterprise-apps-public-beta %}, any organization you own, or your enterprise {% else %} or under any organization you own{% endif %}.' redirect_from: - /early-access/integrations/creating-an-integration - /apps/building-integrations/setting-up-and-registering-github-apps/registering-github-apps @@ -21,19 +21,26 @@ topics: ## About registering {% data variables.product.prodname_github_apps %} -You can register a {% data variables.product.prodname_github_app %} under your personal account, under an organization that you own, or under an organization that has granted you permission to manage all apps owned by the organization. For more information, see "[AUTOTITLE](/organizations/managing-programmatic-access-to-your-organization/adding-github-app-managers-in-your-organization)." +You can register a {% data variables.product.prodname_github_app %} in a few different ways. + +* Under your **personal account**. +* Under an **organization you own**. +* Under an **organization** that has granted you permission to manage all its apps. See "[AUTOTITLE](/organizations/managing-programmatic-access-to-your-organization/adding-github-app-managers-in-your-organization)."{% ifversion enterprise-apps-public-beta %} +* Under your **enterprise**, but it can only be installed on organizations within the enterprise. + + {% data reusables.apps.enterprise-apps-beta %} +{% endif %} {% data reusables.apps.maximum-github-apps-allowed %} ## Registering a {% data variables.product.prodname_github_app %} {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} -1. Click **New GitHub App**. -1. Under "GitHub App name", enter a name for your app. You should choose a clear and short name. The name cannot be longer than 34 characters. Your app's name (converted to lowercase, with spaces replaced by `-`, and with special characters replaced) will be shown in the user interface when your app takes an action. For example, `My APp Näme` would display as `my-app-name`. +{% data reusables.apps.enterprise-apps-steps %} +1. Click **New {% data variables.product.prodname_github_app %}**. +1. Under "{% data variables.product.prodname_github_app %} name", enter a name for your app. You should choose a clear and short name. The name cannot be longer than 34 characters. Your app's name (converted to lowercase, with spaces replaced by `-`, and with special characters replaced) will be shown in the user interface when your app takes an action. For example, `My APp Näme` would display as `my-app-name`. - The name must be unique across {% data variables.product.company_short %}. You cannot use same name as an existing GitHub account, unless it is your own user or organization name. + The name must be unique across {% data variables.product.company_short %}. You cannot use the same name as an existing {% data variables.product.company_short %} account, unless it is your own user or organization name. 1. Optionally, under "Description", type a description of your app. Users and organizations will see this description when they install your app. 1. Under "Homepage URL", type the full URL to your app's website. If you don’t have a dedicated URL and your app's code is stored in a public repository, you can use that repository URL. Or, you can use the URL of the organization or user that owns the app. @@ -57,9 +64,9 @@ You can register a {% data variables.product.prodname_github_app %} under your p 1. If you entered a webhook URL, under "SSL verification", select whether to enable SSL verification. {% data variables.product.company_short %} highly recommends that you enable SSL verification. 1. Under "Permissions", choose the permissions that your app needs. For each permission, select the dropdown menu and click **Read-only**, **Read & write**, or **No access**. You should select the minimum permissions necessary for your app. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)." 1. If you selected **Active** in the earlier step to indicate that your app should receive webhook events, under "Subscribe to events", select the webhook events that you want your app to receive. The permissions that you selected in the previous step determine what webhook events are available. For more information about each webhook event, see "[AUTOTITLE](/webhooks-and-events/webhooks/webhook-events-and-payloads)." -1. Under "Where can this GitHub App be installed?", select **Only on this account** or **Any account**.{% ifversion ghec %} If you use {% data variables.product.prodname_emus %}, **Only on this account** will be disabled for user accounts. Instead of **Any account**, the option will read **This enterprise**.{% endif %} For more information on installation options, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)." - -1. Click **Create GitHub App**. +1. Under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Only on this account** or **Any account**.{% ifversion ghec %} If you use {% data variables.product.prodname_emus %}, **Only on this account** will be disabled for user accounts. Instead of **Any account**, the option will read **This enterprise**.{% endif %} For more information on installation options, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)."{% ifversion enterprise-apps-public-beta %} + >[!NOTE] If your {% data variables.product.prodname_github_app %} is registered under an enterprise, this step does not apply.{% endif %} +1. Click **Create {% data variables.product.prodname_github_app %}**. ## Next steps diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app.md index d83b0a90f651..dddc948c7203 100644 --- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app.md +++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app.md @@ -45,8 +45,7 @@ This tutorial assumes that you have a basic understanding of Ruby. For more info You will need your app's client ID in order to generate a user access token via the device flow. {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to work with, click **Edit**. 1. On the app's settings page, find the client ID for your app. You will use it later in this tutorial. Note that the client ID is different from the app ID. diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events.md index 67f6b1e3b19c..5c6bb6fef495 100644 --- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events.md +++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events.md @@ -40,9 +40,9 @@ This tutorial assumes you have a basic understanding of JavaScript and ES6 synta The following sections will lead you through setting up the following components: -* a repository to store the code for your app -* a way to receive webhooks locally -* a {% data variables.product.prodname_github_app %} registration that is subscribed to "pull request" webhook events, has permission to add comments to pull requests, and uses a webhook URL that you can receive locally +* A repository to store the code for your app +* A way to receive webhooks locally +* A {% data variables.product.prodname_github_app %} registration that is subscribed to "pull request" webhook events, has permission to add comments to pull requests, and uses a webhook URL that you can receive locally ### Create a repository to store code for your app @@ -73,10 +73,9 @@ For this tutorial, you must have a {% data variables.product.prodname_github_app The following steps will guide you through registering a {% data variables.product.prodname_github_app %} with these settings. For more information about {% data variables.product.prodname_github_app %} settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} -1. Click **New GitHub App**. -1. Under "GitHub App name", enter a name for your app. For example, `USERNAME-webhook-test-app` where `USERNAME` is your {% data variables.product.company_short %} username. +{% data reusables.apps.enterprise-apps-steps %} +1. Click **New {% data variables.product.prodname_github_app %}**. +1. Under "{% data variables.product.prodname_github_app %} name", enter a name for your app. For example, `USERNAME-webhook-test-app` where `USERNAME` is your {% data variables.product.company_short %} username. 1. Under "Homepage URL", enter a URL for your app. For example, you can use the URL of the repository that you created to store the code for your app. 1. Skip the "Identifying and authorizing users" and "Post installation" sections for this tutorial. For more information about these settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." 1. Make sure that **Active** is selected under "Webhooks." @@ -84,8 +83,9 @@ The following steps will guide you through registering a {% data variables.produ 1. Under "Webhook secret", enter a random string. You will use this string later. 1. Under "Repository permissions", next to "Pull requests," select **Read & write**. 1. Under "Subscribe to events", select **Pull request**. -1. Under "Where can this GitHub App be installed?", select **Only on this account**. You can change this later if you want to publish your app. -1. Click **Create GitHub App**. +1. Under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Only on this account**. You can change this later if you want to publish your app.{% ifversion enterprise-apps-public-beta %} + >[!NOTE] If your {% data variables.product.prodname_github_app %} is registered under an enterprise, this step does not apply.{% endif %} +1. Click **Create {% data variables.product.prodname_github_app %}**. ## Write code for your app diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app.md index 84c0fa96bbb2..1591f392b521 100644 --- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app.md +++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app.md @@ -15,7 +15,7 @@ redirect_from: ## Introduction -This tutorial demonstrates how to build a "Login with GitHub" button for a website. The website will use a {% data variables.product.prodname_github_app %} to generate a user access token via the web application flow. Then, the website uses the user access token to make API requests on behalf of the authenticated user. +This tutorial demonstrates how to build a "Login with {% data variables.product.github %}" button for a website. The website will use a {% data variables.product.prodname_github_app %} to generate a user access token via the web application flow. Then, the website uses the user access token to make API requests on behalf of the authenticated user. This tutorial uses Ruby, but you can use the web application flow with any programming language that is used for web development. @@ -74,8 +74,7 @@ To follow this tutorial, you must install the Sinatra and dotenv gems in your Ru This tutorial will show you how to store the client ID and client secret in environment variables and access them with `ENV.fetch`. When you deploy your app, you will want to change how you store the client ID and client secret. For more information, see "[Securely store your client secret](#securely-store-your-client-secret)." {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to work with, click **Edit**. 1. On the app's settings page, find the client ID for your app. You will add it to a `.env` file in a following step. Note that the client ID is different from the app ID. 1. On the app's settings page, click **Generate a new client secret**. You will add the client secret to a `.env` file in a following step. @@ -161,13 +160,13 @@ These steps lead you through writing code to generate a user access token. To sk ``` 1. In your terminal, from the directory where `app.rb` is stored, run `ruby app.rb`. A local Sinatra server should start. - 1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with GitHub". - 1. Click on the "Login with GitHub" link. + 1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with {% data variables.product.github %}". + 1. Click on the "Login with {% data variables.product.github %}" link. - If you have not authorized the app, clicking on the link should take you to `{% data variables.product.oauth_host_code %}/login/oauth/authorize?client_id=CLIENT_ID`, where `CLIENT_ID` is the client ID of your app. This is a GitHub page that prompts users to authorize your app. If you click the button to authorize your app, you will go to the callback URL for your app. + If you have not authorized the app, clicking on the link should take you to `{% data variables.product.oauth_host_code %}/login/oauth/authorize?client_id=CLIENT_ID`, where `CLIENT_ID` is the client ID of your app. This is a {% data variables.product.github %} page that prompts users to authorize your app. If you click the button to authorize your app, you will go to the callback URL for your app. If you previously authorized your app and the authorization has not been revoked, you will skip the authorization prompt and go directly to the callback URL instead. You can revoke your previous authorization if you want to see the authorization prompt. For more information, see "[AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations)." - 1. The callback URL page, reached by clicking the "Login with GitHub" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Got code agc622abb6135be5d1f2." + 1. The callback URL page, reached by clicking the "Login with {% data variables.product.github %}" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Got code agc622abb6135be5d1f2." 1. In your terminal where Sinatra is running, stop the server by entering Ctrl+C. 1. Replace the content of `app.rb` with the following code, where `CALLBACK_URL` is the callback URL for your app, minus the domain. @@ -237,10 +236,10 @@ These steps lead you through writing code to generate a user access token. To sk 1. Optionally, check your progress: 1. In your terminal, from the directory where `app.rb` is stored, run `ruby app.rb`. A local Sinatra server should start. - 1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with GitHub". - 1. Click on the "Login with GitHub" link. + 1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with {% data variables.product.github %}". + 1. Click on the "Login with {% data variables.product.github %}" link. 1. If prompted to do so, authorize your app. - 1. The callback URL page, reached by clicking the "Login with GitHub" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Got code 4acd44861aeda86dacce and exchanged it for a user access token ending in 2zU5kQziE." + 1. The callback URL page, reached by clicking the "Login with {% data variables.product.github %}" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Got code 4acd44861aeda86dacce and exchanged it for a user access token ending in 2zU5kQziE." 1. In your terminal where Sinatra is running, stop the server by entering Ctrl+C. 1. Now that you have a user access token, you can use the token to make API requests on behalf of the user. For example: @@ -264,7 +263,7 @@ These steps lead you through writing code to generate a user access token. To sk end ``` - Update the callback handler to call the `user_info` function and to display the user's name and GitHub login. Remember to replace `CALLBACK_URL` with the callback URL for your app, minus the domain. + Update the callback handler to call the `user_info` function and to display the user's name and {% data variables.product.github %} login. Remember to replace `CALLBACK_URL` with the callback URL for your app, minus the domain. ```ruby copy get "CALLBACK_URL" do @@ -377,14 +376,14 @@ end This tutorial assumes that your app code is stored in a file named `app.rb` and that you are using the default URL for a local Sinatra application, `http://localhost:4567`. 1. In your terminal, from the directory where `app.rb` is stored, run `ruby app.rb`. A local Sinatra server should start. -1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with GitHub". -1. Click on the "Login with GitHub" link. +1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with {% data variables.product.github %}". +1. Click on the "Login with {% data variables.product.github %}" link. - If you have not authorized the app, clicking on the link should take you to `{% data variables.product.oauth_host_code %}/login/oauth/authorize?client_id=CLIENT_ID`, where `CLIENT_ID` is the client ID of your app. This is a GitHub page that prompts users to authorize your app. If you click the button to authorize your app, you will go to the callback URL for your app. + If you have not authorized the app, clicking on the link should take you to `{% data variables.product.oauth_host_code %}/login/oauth/authorize?client_id=CLIENT_ID`, where `CLIENT_ID` is the client ID of your app. This is a {% data variables.product.github %} page that prompts users to authorize your app. If you click the button to authorize your app, you will go to the callback URL for your app. If you previously authorized your app and the authorization has not been revoked, you will skip the authorization prompt and go directly to the callback URL instead. You can revoke your previous authorization if you want to see the authorization prompt. For more information, see "[AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations)." -1. The callback URL page, reached by clicking the "Login with GitHub" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Welcome, Mona Lisa (octocat)." +1. The callback URL page, reached by clicking the "Login with {% data variables.product.github %}" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Welcome, Mona Lisa (octocat)." 1. In your terminal where Sinatra is running, stop the server by entering Ctrl+C. ## Next steps diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md index f7a38df91aac..a65267c8c820 100644 --- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md +++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md @@ -142,10 +142,9 @@ For this tutorial, you must register a {% data variables.product.prodname_github The following steps will guide you through configuring a {% data variables.product.prodname_github_app %} with these settings. For more information about {% data variables.product.prodname_github_app %} settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} -1. Click **New GitHub App**. -1. Under "GitHub App name", enter a name for your app. For example, `USERNAME-ci-test-app` where `USERNAME` is your {% data variables.product.company_short %} username. +{% data reusables.apps.enterprise-apps-steps %} +1. Click **New {% data variables.product.prodname_github_app %}**. +1. Under "{% data variables.product.prodname_github_app %} name", enter a name for your app. For example, `USERNAME-ci-test-app` where `USERNAME` is your {% data variables.product.company_short %} username. 1. Under "Homepage URL", enter a URL for your app. For example, you can use the URL of the repository that you created to store the code for your app. 1. Skip the "Identifying and authorizing users" and "Post installation" sections for this tutorial. 1. Make sure that **Active** is selected under "Webhooks". @@ -153,8 +152,9 @@ The following steps will guide you through configuring a {% data variables.produ 1. Under "Webhook secret", enter a random string. This secret is used to verify that webhooks are sent by {% data variables.product.prodname_dotcom %}. Save this string; you will use it later. 1. Under "Repository permissions", next to "Checks", select **Read & write**. 1. Under "Subscribe to events", select **Check suite** and **Check run**. -1. Under "Where can this GitHub App be installed?", select **Only on this account**. You can change this later if you want to publish your app. -1. Click **Create GitHub App**. +1. Under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Only on this account**. You can change this later if you want to publish your app.{% ifversion enterprise-apps-public-beta %} + >[!NOTE] If your {% data variables.product.prodname_github_app %} is registered under an enterprise, this step does not apply.{% endif %} +1. Click **Create {% data variables.product.prodname_github_app %}**. ### Store your app's identifying information and credentials diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/quickstart.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/quickstart.md index 27aff14f9305..10742fc55623 100644 --- a/content/apps/creating-github-apps/writing-code-for-a-github-app/quickstart.md +++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/quickstart.md @@ -45,11 +45,11 @@ In order to develop your app locally, you can use a webhook proxy URL to forward The following steps will guide you through configuring the app settings that are required for this quickstart. For more information about the settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." -{% data reusables.apps.settings-step %} +{% data reusables.apps.settings-step-personal-orgs %} {% data reusables.user-settings.developer_settings %} {% data reusables.user-settings.github_apps %} -1. Click **New GitHub App**. -1. Under "GitHub App name", enter a name for your app. For example, `USERNAME-quickstart-app` where `USERNAME` is your {% data variables.product.company_short %} username. +1. Click **New {% data variables.product.prodname_github_app %}**. +1. Under "{% data variables.product.prodname_github_app %} name", enter a name for your app. For example, `USERNAME-quickstart-app` where `USERNAME` is your {% data variables.product.company_short %} username. 1. Under "Homepage URL", enter `https://github.com/github/github-app-js-sample#readme`. 1. Skip the "Identifying and authorizing users" and "Post installation" sections for this quickstart. For more information about these settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." 1. Make sure that **Active** is selected under "Webhooks." @@ -57,8 +57,8 @@ The following steps will guide you through configuring the app settings that are 1. Under "Webhook secret", enter a random string. You will use this string later. 1. Under "Repository permissions", next to "Pull requests," select **Read & write**. 1. Under "Subscribe to events", select **Pull request**. -1. Under "Where can this GitHub App be installed?", select **Only on this account**. -1. Click **Create GitHub App**. +1. Under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Only on this account**. +1. Click **Create {% data variables.product.prodname_github_app %}**. ## Step 4: Store identifying information and credentials diff --git a/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-app-listing-from-github-marketplace.md b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-app-listing-from-github-marketplace.md index 277ee8a06855..5e9a87a11782 100644 --- a/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-app-listing-from-github-marketplace.md +++ b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-app-listing-from-github-marketplace.md @@ -16,7 +16,7 @@ redirect_from: You can follow these steps to remove your app from {% data variables.product.prodname_marketplace %}. The listing will be removed from {% data variables.product.prodname_marketplace %} immediately. Existing subscriptions will be canceled at the end of the current billing cycle. Although the app will be removed from {% data variables.product.prodname_marketplace %}, you will not be able to delete your app until the current billing cycle ends. -{% data reusables.apps.settings-step %} +{% data reusables.apps.settings-step-personal-orgs %} {% data reusables.user-settings.developer_settings %} @@ -30,4 +30,4 @@ You can follow these steps to remove your app from {% data variables.product.pro ![Screenshot of the left sidebar on the app listing page. The overview option for the marketplace draft listing is outlined in dark orange.](/assets/images/marketplace/edit-marketplace-listing-overview.png) -1. Under "Remove your listing from GitHub Marketplace", click **Delist this Listing** +1. Under "Remove your listing from {% data variables.product.prodname_marketplace %}", click **Delist this Listing** diff --git a/content/apps/maintaining-github-apps/deleting-a-github-app.md b/content/apps/maintaining-github-apps/deleting-a-github-app.md index 1839c527dae7..a0bcd0a92abd 100644 --- a/content/apps/maintaining-github-apps/deleting-a-github-app.md +++ b/content/apps/maintaining-github-apps/deleting-a-github-app.md @@ -40,12 +40,11 @@ When you delete a {% data variables.product.prodname_github_app %} registration, ## Deleting a {% data variables.product.prodname_github_app %} {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} -1. Select the GitHub App you want to delete. +{% data reusables.apps.enterprise-apps-steps %} +1. Select the {% data variables.product.prodname_github_app %} you want to delete. {% data reusables.user-settings.github_apps_advanced %} -1. Click **Delete GitHub App**. -1. In the confirmation box, type the name of the GitHub App to confirm you want to delete it. -1. Click **I understand the consequences, delete this GitHub App**. +1. Click **Delete {% data variables.product.prodname_github_app %}**. +1. In the confirmation box, type the name of the {% data variables.product.prodname_github_app %} to confirm you want to delete it. +1. Click **I understand the consequences, delete this {% data variables.product.prodname_github_app %}**. These steps only delete your {% data variables.product.prodname_github_app %} registration, and all of the organization and account installations it may have. They do not delete any code that you wrote for your app. However, any code that relies on your {% data variables.product.prodname_github_app %}'s credentials will no longer function. diff --git a/content/apps/maintaining-github-apps/managing-allowed-ip-addresses-for-a-github-app.md b/content/apps/maintaining-github-apps/managing-allowed-ip-addresses-for-a-github-app.md index c5dfa764e6eb..ff677db23ffb 100644 --- a/content/apps/maintaining-github-apps/managing-allowed-ip-addresses-for-a-github-app.md +++ b/content/apps/maintaining-github-apps/managing-allowed-ip-addresses-for-a-github-app.md @@ -32,10 +32,9 @@ or {% data reusables.identity-and-permissions.ip-address-add-or-remove-caching %} {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} {% data reusables.user-settings.modify_github_app %} {% data reusables.identity-and-permissions.ip-allow-lists-add-ip %} {% data reusables.identity-and-permissions.ip-allow-lists-add-description %} - The description is for your reference and is not used in the allow list of organizations where the {% data variables.product.prodname_github_app %} is installed. Instead, organization allow lists will include "Managed by the NAME GitHub App" as the description. + The description is for your reference and is not used in the allow list of organizations where the {% data variables.product.prodname_github_app %} is installed. Instead, organization allow lists will include "Managed by the NAME {% data variables.product.prodname_github_app %}" as the description. {% data reusables.identity-and-permissions.ip-allow-lists-add-entry %} diff --git a/content/apps/maintaining-github-apps/modifying-a-github-app-registration.md b/content/apps/maintaining-github-apps/modifying-a-github-app-registration.md index 3e3a19fad22d..32440568d2c5 100644 --- a/content/apps/maintaining-github-apps/modifying-a-github-app-registration.md +++ b/content/apps/maintaining-github-apps/modifying-a-github-app-registration.md @@ -27,7 +27,7 @@ You can modify your {% data variables.product.prodname_github_app %} registratio For example, you can change the name and description of your app, the permissions granted to your app, the webhooks your app subscribes to, or the visibility of your app. -You can also choose to test new optional features for your {% data variables.product.prodname_github_app %}. For more information, see "[AUTOTITLE](/apps/maintaining-github-apps/activating-optional-features-for-github-apps)." +You can also choose to test new optional features for your {% data variables.product.prodname_github_app %}. See "[AUTOTITLE](/apps/maintaining-github-apps/activating-optional-features-for-github-apps)." @@ -37,8 +37,7 @@ You can also choose to test new optional features for your {% data variables.pro To modify a {% data variables.product.prodname_github_app %}, first navigate to the app settings page. {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} {% data reusables.user-settings.modify_github_app %} ## Changing the basic information of a {% data variables.product.prodname_github_app %} @@ -51,7 +50,7 @@ You can change the basic information of your {% data variables.product.prodname_ ## Requesting user authorization (OAuth) during installation -You can prompt users to authorize your {% data variables.product.prodname_github_app %} when they install it and generate a user access token. When you request user authorization (OAuth) during installation, you must also provide a callback URL where the user will be redirected after they authorize the installation. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)." +You can prompt users to authorize your {% data variables.product.prodname_github_app %} when they install it and generate a user access token. When you request user authorization (OAuth) during installation, you must also provide a callback URL where the user will be redirected after they authorize the installation. See "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)." {% data reusables.apps.navigate-to-app-settings-this-article %} 1. Under "Identifying and authorizing users," select or deselect **Request user authorization (OAuth) during installation**. @@ -66,9 +65,9 @@ You can use the device flow to authorize users for a headless app like a CLI too ## Adding or updating a setup URL -You can redirect people to a specific URL after they install your app. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." +You can redirect people to a specific URL after they install your app. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)." -If you select **Request user authorization (OAuth) during installation**, you will not be able to enter a setup URL. Users will instead be redirected to the Callback URL as part of the authorization flow, where you can describe additional setup. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)." +If you select **Request user authorization (OAuth) during installation**, you will not be able to enter a setup URL. Users will instead be redirected to the Callback URL as part of the authorization flow, where you can describe additional setup. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)." {% data reusables.apps.navigate-to-app-settings-this-article %} 1. Under "Post installation," in the "Setup URL" field, enter the URL where you'd like to redirect users after they install your app. @@ -80,17 +79,17 @@ You can change the access permissions that are granted to your {% data variables When you change the **repository** or **organization** permissions of an app, each account where the app is installed will need to approve the new permissions. When you change the **account** permissions of an app, each user that has authorized the app will need to approve the permission changes. In both cases, {% data variables.product.prodname_dotcom %} will send an email to each organization owner or user, notifying them of the request to update the app's permissions. Updated permissions won't take effect on an installation or user authorization until the new permissions are approved. You can use the [installation webhook](/webhooks-and-events/webhooks/webhook-events-and-payloads?actionType=new_permissions_accepted#installation) to find out when people accept new permissions for your app. -Changing the permissions of an app may also change the webhooks that your app can subscribe to and the actions that your app can take with the API. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." +Changing the permissions of an app may also change the webhooks that your app can subscribe to and the actions that your app can take with the API. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." {% data reusables.apps.navigate-to-app-settings-this-article %} 1. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Permissions & events**. -1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," modify the permissions you'd like to change. For each type of permission, select either "Read-only," "Read and write," or "No access" from the dropdown. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." +1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," modify the permissions you'd like to change. For each type of permission, select either "Read-only," "Read and write," or "No access" from the dropdown. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)." 1. Optionally, under "Add a note to users," add a note telling your users why you are changing the permissions that your {% data variables.product.prodname_github_app %} requests. 1. Click **Save changes**. ## Activating or deactivating the {% data variables.product.prodname_github_app %} webhook -You can configure your {% data variables.product.prodname_github_app %} to receive webhooks for specific events on {% data variables.product.prodname_dotcom %} and automatically take action on them. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." +You can configure your {% data variables.product.prodname_github_app %} to receive webhooks for specific events on {% data variables.product.prodname_dotcom %} and automatically take action on them. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." {% data reusables.apps.navigate-to-app-settings-this-article %} 1. Under "Webhook," to enable or disable the webhook, select or deselect **Active**. @@ -101,18 +100,22 @@ You can configure your {% data variables.product.prodname_github_app %} to recei You can change the webhook events that a {% data variables.product.prodname_github_app %} subscribes to using the following steps. -{% data reusables.apps.webhooks-and-apps %} For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." +{% data reusables.apps.webhooks-and-apps %} See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)." {% data reusables.apps.navigate-to-app-settings-this-article %} -1. Activate the {% data variables.product.prodname_github_app %} webhook. For more information, see "[Activating or deactivating the {% data variables.product.prodname_github_app %} webhook](/apps/maintaining-github-apps/modifying-a-github-app#activating-or-deactivating-the-github-app-webhook)" in this article. +1. Activate the {% data variables.product.prodname_github_app %} webhook. See "[Activating or deactivating the {% data variables.product.prodname_github_app %} webhook](/apps/maintaining-github-apps/modifying-a-github-app#activating-or-deactivating-the-github-app-webhook)" in this article. 1. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Permissions & events**. -1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," select the permissions that are required for the events your app will subscribe to. For more information, see "[Changing the permissions of a {% data variables.product.prodname_github_app %}](#changing-the-permissions-of-a-github-app)." +1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," select the permissions that are required for the events your app will subscribe to. See "[Changing the permissions of a {% data variables.product.prodname_github_app %}](#changing-the-permissions-of-a-github-app)." 1. Under "Subscribe to Events," select the webhook events you would like your {% data variables.product.prodname_github_app %} to receive. 1. Click **Save changes**. ## Changing the visibility of a {% data variables.product.prodname_github_app %} -You can change the visibility settings of your {% data variables.product.prodname_github_app %} to control who can install it. Public apps cannot be made private if they're installed on other accounts. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private)." +You can change the visibility settings of your {% data variables.product.prodname_github_app %} to control who can install it. Public apps cannot be made private if they're installed on other accounts. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private)." + +{% ifversion enterprise-apps-public-beta %} +You can't change the visibility of an {% data variables.product.prodname_github_app %} owned by an enterprise. {% data variables.product.prodname_github_apps %} owned by an enterprise can only be installed on organizations within the enterprise. +{% endif %} {% data reusables.apps.navigate-to-app-settings-this-article %} {% data reusables.user-settings.github_apps_advanced %} diff --git a/content/apps/maintaining-github-apps/transferring-ownership-of-a-github-app.md b/content/apps/maintaining-github-apps/transferring-ownership-of-a-github-app.md index 7f308ea9b252..4ddf09aa9de5 100644 --- a/content/apps/maintaining-github-apps/transferring-ownership-of-a-github-app.md +++ b/content/apps/maintaining-github-apps/transferring-ownership-of-a-github-app.md @@ -21,14 +21,18 @@ The owner of a {% data variables.product.prodname_github_app %} registration can You can only transfer ownership to a user or organization. You cannot transfer ownership to a team. +{% ifversion enterprise-apps-public-beta %} +>[!NOTE] If your {% data variables.product.prodname_github_app %} is owned by an enterprise, you cannot transfer ownership. +{% endif %} + ## Transferring a {% data variables.product.prodname_github_app %} registration -{% data reusables.apps.settings-step %} +{% data reusables.apps.settings-step-personal-orgs %} {% data reusables.user-settings.developer_settings %} {% data reusables.user-settings.github_apps %} -1. Select the GitHub App whose ownership you want to transfer. +1. Select the {% data variables.product.prodname_github_app %} whose ownership you want to transfer. {% data reusables.user-settings.github_apps_advanced %} 1. Click **Transfer ownership**. -1. Under "Type the name of the GitHub App to confirm", type the name of the GitHub App you want to transfer. -1. Under "New owner's GitHub username or organization name", type the name of the user or organization you want to transfer the GitHub App to. -1. Click **Transfer this GitHub App**. +1. Under "Type the name of the {% data variables.product.prodname_github_app %} to confirm", type the name of the {% data variables.product.prodname_github_app %} you want to transfer. +1. Under "New owner's {% data variables.product.prodname_dotcom %} username or organization name", type the name of the user or organization you want to transfer the {% data variables.product.prodname_github_app %} to. +1. Click **Transfer this {% data variables.product.prodname_github_app %}**. diff --git a/content/apps/oauth-apps/maintaining-oauth-apps/activating-optional-features-for-oauth-apps.md b/content/apps/oauth-apps/maintaining-oauth-apps/activating-optional-features-for-oauth-apps.md index 6f46d4d42118..647fe4b09942 100644 --- a/content/apps/oauth-apps/maintaining-oauth-apps/activating-optional-features-for-oauth-apps.md +++ b/content/apps/oauth-apps/maintaining-oauth-apps/activating-optional-features-for-oauth-apps.md @@ -17,7 +17,7 @@ shortTitle: Activate optional features ## Activating optional features for {% data variables.product.prodname_oauth_apps %} -{% data reusables.apps.settings-step %} +{% data reusables.apps.settings-step-personal-orgs %} {% data reusables.user-settings.developer_settings %} {% data reusables.user-settings.oauth_apps %} 1. Select the {% data variables.product.prodname_oauth_app %} you want to enable an optional feature for. diff --git a/content/apps/sharing-github-apps/registering-a-github-app-from-a-manifest.md b/content/apps/sharing-github-apps/registering-a-github-app-from-a-manifest.md index 9ba7f59cabcb..9265fc8b395b 100644 --- a/content/apps/sharing-github-apps/registering-a-github-app-from-a-manifest.md +++ b/content/apps/sharing-github-apps/registering-a-github-app-from-a-manifest.md @@ -16,45 +16,45 @@ topics: - GitHub Apps shortTitle: App manifest --- -## About GitHub App Manifests +## About {% data variables.product.prodname_github_app %} Manifests -When someone registers a GitHub App from a manifest, they only need to follow a URL and name the app. The manifest includes the permissions, events, and webhook URL needed to automatically register the app. The manifest flow creates the GitHub App registration and generates the app's webhook secret, private key (PEM file), client secret, and GitHub App ID. The person who creates the {% data variables.product.prodname_github_app %} registration from the manifest will own the {% data variables.product.prodname_github_app %} registration and can choose to edit the registration's settings, delete it, or transfer it to another person on GitHub. +{% ifversion enterprise-apps-public-beta %} +>[!NOTE] {% data variables.product.prodname_github_app %} Manifests are not available for enterprise-owned {% data variables.product.prodname_github_apps %}. +{% endif %} -You can use [Probot](https://probot.github.io/) to get started with GitHub App Manifests or see an example implementation. See "[Using Probot to implement the GitHub App Manifest flow](#using-probot-to-implement-the-github-app-manifest-flow)" to learn more. +When someone registers a {% data variables.product.prodname_github_app %} from a manifest, they only need to follow a URL and name the app. The manifest includes the permissions, events, and webhook URL needed to automatically register the app. The manifest flow creates the {% data variables.product.prodname_github_app %} registration and generates the app's webhook secret, private key (PEM file), client secret, and {% data variables.product.prodname_github_app %} ID. The person who creates the {% data variables.product.prodname_github_app %} registration from the manifest will own the {% data variables.product.prodname_github_app %} registration and can choose to edit the registration's settings, delete it, or transfer it to another person on {% data variables.product.prodname_dotcom %}. -Here are some scenarios where you might use GitHub App Manifests to register pre-configured apps: +You can use [Probot](https://probot.github.io/) to get started with {% data variables.product.prodname_github_app %} Manifests or see an example implementation. See "[Using Probot to implement the {% data variables.product.prodname_github_app %} Manifest flow](#using-probot-to-implement-the-github-app-manifest-flow)" to learn more. -* Help new team members come up-to-speed quickly when developing GitHub Apps. -* Allow others to extend a GitHub App using the GitHub APIs without requiring them to configure an app. -* Create GitHub App reference designs to share with the GitHub community. -* Ensure you deploy GitHub Apps to development and production environments using the same configuration. -* Track revisions to a GitHub App configuration. +Here are some scenarios where you might use {% data variables.product.prodname_github_app %} Manifests to register pre-configured apps: -## Implementing the GitHub App Manifest flow +* Help new team members come up-to-speed quickly when developing {% data variables.product.prodname_github_apps %}. +* Allow others to extend a {% data variables.product.prodname_github_app %} using the {% data variables.product.prodname_dotcom %} APIs without requiring them to configure an app. +* Create {% data variables.product.prodname_github_app %} reference designs to share with the {% data variables.product.prodname_dotcom %} community. +* Ensure you deploy {% data variables.product.prodname_github_apps %} to development and production environments using the same configuration. +* Track revisions to a {% data variables.product.prodname_github_app %} configuration. -The GitHub App Manifest flow uses a handshaking process similar to the [OAuth flow](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps). The flow uses a manifest to [register a GitHub App](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app) and receives a temporary `code` used to retrieve the app's private key, webhook secret, and ID. +## Implementing the {% data variables.product.prodname_github_app %} Manifest flow -{% note %} - -**Note:** You must complete all three steps in the GitHub App Manifest flow within one hour. +The {% data variables.product.prodname_github_app %} Manifest flow uses a handshaking process similar to the [OAuth flow](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps). The flow uses a manifest to [register a {% data variables.product.prodname_github_app %}](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app) and receives a temporary `code` used to retrieve the app's private key, webhook secret, and ID. -{% endnote %} +>[!NOTE] You must complete all three steps in the {% data variables.product.prodname_github_app %} Manifest flow within one hour. -Follow these steps to implement the GitHub App Manifest flow: +Follow these steps to implement the {% data variables.product.prodname_github_app %} Manifest flow: -1. You redirect people to GitHub to register a new GitHub App. -1. GitHub redirects people back to your site. +1. You redirect people to {% data variables.product.prodname_dotcom %} to register a new {% data variables.product.prodname_github_app %}. +1. {% data variables.product.prodname_dotcom %} redirects people back to your site. 1. You exchange the temporary code to retrieve the app configuration. -### 1. You redirect people to GitHub to register a new GitHub App +### 1. You redirect people to {% data variables.product.prodname_dotcom %} to register a new {% data variables.product.prodname_github_app %} -To redirect people to register a new GitHub App, [provide a link](#examples) for them to click that sends a `POST` request to `https://github.com/settings/apps/new` for a personal account or `https://github.com/organizations/ORGANIZATION/settings/apps/new` for an organization account, replacing `ORGANIZATION` with the name of the organization account where the app will be registered. +To redirect people to register a new {% data variables.product.prodname_github_app %}, [provide a link](#examples) for them to click that sends a `POST` request to `https://github.com/settings/apps/new` for a personal account or `https://github.com/organizations/ORGANIZATION/settings/apps/new` for an organization account, replacing `ORGANIZATION` with the name of the organization account where the app will be registered. -You must include the [GitHub App Manifest parameters](#github-app-manifest-parameters) as a JSON-encoded string in a parameter called `manifest`. You can also include a `state` [parameter](#parameters) for additional security. +You must include the [{% data variables.product.prodname_github_app %} Manifest parameters](#github-app-manifest-parameters) as a JSON-encoded string in a parameter called `manifest`. You can also include a `state` [parameter](#parameters) for additional security. -The person registering the app will be redirected to a GitHub page with an input field where they can edit the name of the app you included in the `manifest` parameter. If you do not include a `name` in the `manifest`, they can set their own name for the app in this field. +The person registering the app will be redirected to a {% data variables.product.prodname_dotcom %} page with an input field where they can edit the name of the app you included in the `manifest` parameter. If you do not include a `name` in the `manifest`, they can set their own name for the app in this field. -#### GitHub App Manifest parameters +#### {% data variables.product.prodname_github_app %} Manifest parameters Name | Type | Description -----|------|------------- @@ -67,7 +67,7 @@ The person registering the app will be redirected to a GitHub page with an input `description` | `string` | A description of the {% data variables.product.prodname_github_app %}. `public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app. `default_events` | `array` | The list of [events](/webhooks-and-events/webhooks/webhook-events-and-payloads) the {% data variables.product.prodname_github_app %} subscribes to. -`default_permissions` | `object` | The set of permissions needed by the GitHub App. The format of the object uses the permission name for the key (for example, `issues`) and the access type for the value (for example, `write`). For more information, see "[AUTOTITLE](/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app)." +`default_permissions` | `object` | The set of permissions needed by the {% data variables.product.prodname_github_app %}. The format of the object uses the permission name for the key (for example, `issues`) and the access type for the value (for example, `write`). For more information, see "[AUTOTITLE](/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app)." `request_oauth_on_install` | `boolean` | Set to `true` to request the user to authorize the {% data variables.product.prodname_github_app %}, after the {% data variables.product.prodname_github_app %} is installed. `setup_on_update` | `boolean` | Set to `true` to redirect users to the `setup_url` after they update your {% data variables.product.prodname_github_app %} installation. @@ -156,9 +156,9 @@ This example uses a form on a web page with a button that triggers the `POST` re ``` -### 2. GitHub redirects people back to your site +### 2. {% data variables.product.prodname_dotcom %} redirects people back to your site -When the person clicks **Create GitHub App**, GitHub redirects back to the `redirect_url` with a temporary `code` in a code parameter. For example: +When the person clicks **Create {% data variables.product.prodname_github_app %}**, {% data variables.product.prodname_dotcom %} redirects back to the `redirect_url` with a temporary `code` in a code parameter. For example: https://example.com/redirect?code=a180b1a3d263c81bc6441d7b990bae27d4c10679 @@ -168,9 +168,9 @@ If you provided a `state` parameter, you will also see that parameter in the `re ### 3. You exchange the temporary code to retrieve the app configuration -To complete the handshake, send the temporary `code` in a `POST` request to the [Create a GitHub App from a manifest](/rest/apps/apps#create-a-github-app-from-a-manifest) endpoint. The response will include the `id` (GitHub App ID), `pem` (private key), and `webhook_secret`. GitHub creates a webhook secret for the app automatically. You can store these values in environment variables on the app's server. For example, if your app uses [dotenv](https://github.com/bkeepers/dotenv) to store environment variables, you would store the variables in your app's `.env` file. +To complete the handshake, send the temporary `code` in a `POST` request to the [Create a {% data variables.product.prodname_github_app %} from a manifest](/rest/apps/apps#create-a-github-app-from-a-manifest) endpoint. The response will include the `id` ({% data variables.product.prodname_github_app %} ID), `pem` (private key), and `webhook_secret`. {% data variables.product.prodname_dotcom %} creates a webhook secret for the app automatically. You can store these values in environment variables on the app's server. For example, if your app uses [dotenv](https://github.com/bkeepers/dotenv) to store environment variables, you would store the variables in your app's `.env` file. -You must complete this step of the GitHub App Manifest flow within one hour. +You must complete this step of the {% data variables.product.prodname_github_app %} Manifest flow within one hour. {% note %} @@ -180,20 +180,20 @@ You must complete this step of the GitHub App Manifest flow within one hour. POST /app-manifests/{code}/conversions -For more information about the endpoint's response, see [Create a GitHub App from a manifest](/rest/apps/apps#create-a-github-app-from-a-manifest). +For more information about the endpoint's response, see [Create a {% data variables.product.prodname_github_app %} from a manifest](/rest/apps/apps#create-a-github-app-from-a-manifest). -When the final step in the manifest flow is completed, the person registering the app from the flow will be an owner of a registered GitHub App that they can install on any of their personal repositories. They can choose to extend the app using the GitHub APIs, transfer ownership to someone else, or delete it at any time. +When the final step in the manifest flow is completed, the person registering the app from the flow will be an owner of a registered {% data variables.product.prodname_github_app %} that they can install on any of their personal repositories. They can choose to extend the app using the {% data variables.product.prodname_dotcom %} APIs, transfer ownership to someone else, or delete it at any time. -## Using Probot to implement the GitHub App Manifest flow +## Using Probot to implement the {% data variables.product.prodname_github_app %} Manifest flow -[Probot](https://probot.github.io/) is a framework built with [Node.js](https://nodejs.org/) that performs many of the tasks needed by all GitHub Apps, like validating webhooks and performing authentication. Probot implements the [GitHub App manifest flow](#implementing-the-github-app-manifest-flow), making it easy to create and share GitHub App reference designs with the GitHub community. +[Probot](https://probot.github.io/) is a framework built with [Node.js](https://nodejs.org/) that performs many of the tasks needed by all {% data variables.product.prodname_github_apps %}, like validating webhooks and performing authentication. Probot implements the [{% data variables.product.prodname_github_app %} manifest flow](#implementing-the-github-app-manifest-flow), making it easy to create and share {% data variables.product.prodname_github_app %} reference designs with the {% data variables.product.prodname_dotcom %} community. To create a Probot App that you can share, follow these steps: -1. [Generate a new GitHub App](https://probot.github.io/docs/development/#generating-a-new-app). -1. Open the project you created, and customize the settings in the `app.yml` file. Probot uses the settings in `app.yml` as the [GitHub App Manifest parameters](#github-app-manifest-parameters). +1. [Generate a new {% data variables.product.prodname_github_app %}](https://probot.github.io/docs/development/#generating-a-new-app). +1. Open the project you created, and customize the settings in the `app.yml` file. Probot uses the settings in `app.yml` as the [{% data variables.product.prodname_github_app %} Manifest parameters](#github-app-manifest-parameters). 1. Add your application's custom code. -1. [Run the GitHub App locally](https://probot.github.io/docs/development/#running-the-app-locally) or [host it anywhere you'd like](#hosting-your-app-with-glitch). When you navigate to the hosted app's URL, you'll find a web page with a **Register GitHub App** button that people can click to register a preconfigured app. +1. [Run the {% data variables.product.prodname_github_app %} locally](https://probot.github.io/docs/development/#running-the-app-locally) or [host it anywhere you'd like](#hosting-your-app-with-glitch). When you navigate to the hosted app's URL, you'll find a web page with a **Register {% data variables.product.prodname_github_app %}** button that people can click to register a preconfigured app. Using [dotenv](https://github.com/bkeepers/dotenv), Probot creates a `.env` file and sets the `APP_ID`, `PRIVATE_KEY`, and `WEBHOOK_SECRET` environment variables with the values [retrieved from the app configuration](#3-you-exchange-the-temporary-code-to-retrieve-the-app-configuration). diff --git a/content/apps/sharing-github-apps/registering-a-github-app-using-url-parameters.md b/content/apps/sharing-github-apps/registering-a-github-app-using-url-parameters.md index 2064082b9b6b..05fdde2f96b7 100644 --- a/content/apps/sharing-github-apps/registering-a-github-app-using-url-parameters.md +++ b/content/apps/sharing-github-apps/registering-a-github-app-using-url-parameters.md @@ -29,7 +29,9 @@ Alternatively, you can create a {% data variables.product.prodname_github_app %} To create a custom configuration URL for a {% data variables.product.prodname_github_app %} on a personal or organization account, add query parameters after the following base URLs. * To register an app on a personal account, add URL parameters to: `{% data variables.product.oauth_host_code %}/settings/apps/new` -* To register an app on an organization account, add URL parameters to: `{% data variables.product.oauth_host_code %}/organizations/ORGANIZATION/settings/apps/new`. Replace `ORGANIZATION` with the name of the organization where you'd like the customer to register the app. +* To register an app on an organization account, add URL parameters to: `{% data variables.product.oauth_host_code %}/organizations/ORGANIZATION/settings/apps/new`. Replace `ORGANIZATION` with the name of the organization where you'd like the customer to register the app. {% ifversion enterprise-apps-public-beta %} + + >[!NOTE] The URL parameters for registering a {% data variables.product.prodname_github_app %} are also available for apps owned by enterprises. Since you can only install enterprise-owned apps on organizations within that enterprise, you can use the custom configuration URL for organizations.{% endif %} On the app registration page, the person registering the app can edit the preselected values before submitting the app. If you do not include parameters for required values (like `name`) in the URL query string, the person registering the app will need to input a value before they can register the app. @@ -45,14 +47,14 @@ You can use the following query parameters to select a specific configuration fo Parameter name | Type | Description -----|------|------------- -`name` | `string` | The name of the {% data variables.product.prodname_github_app %}. Give your app a clear and succinct name. Your app cannot have the same name as an existing GitHub user, unless it is your own user or organization name. A slugged version of your app's name will be shown in the user interface when your integration takes an action. +`name` | `string` | The name of the {% data variables.product.prodname_github_app %}. Give your app a clear and succinct name. Your app cannot have the same name as an existing {% data variables.product.prodname_dotcom %} user, unless it is your own user or organization name. A slugged version of your app's name will be shown in the user interface when your integration takes an action. `description` | `string` | A description of the {% data variables.product.prodname_github_app %}. `url` | `string` | The full URL of your {% data variables.product.prodname_github_app %}'s website homepage. `callback_urls` | `array of strings` | A full URL to redirect to after someone authorizes an installation. You can provide up to 10 callback URLs. These URLs are used if your app needs to generate a user access token. For example, `callback_urls[]=https://example.com&callback_urls[]=https://example-2.com`. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-the-user-authorization-callback-url)." `request_oauth_on_install` | `boolean` | If your app authorizes users using the OAuth flow, you can set this option to `true` to allow people to authorize the app when they install it, saving a step. If you select this option, the `setup_url` becomes unavailable and users will be redirected to your `callback_url` after installing the app. `setup_url` | `string` | The full URL to redirect to after someone installs the {% data variables.product.prodname_github_app %} if the app requires additional setup after installation. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-the-setup-url)." `setup_on_update` | `boolean` | Set to `true` to redirect people to the setup URL when installations have been updated, for example, after repositories are added or removed. -`public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app. +`public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app. This parameter does not apply to apps owned by enterprises. `webhook_active` | `boolean` | Set to `true` to enable webhook. Webhook is disabled by default. `webhook_url` | `string` | The full URL that you would like to send webhook event payloads to. `events` | `array of strings` | Webhook events. Some webhook events require `read` or `write` permissions for a resource before you can select the event when registering a new {% data variables.product.prodname_github_app %}. For more information, see the "[{% data variables.product.prodname_github_app %} webhook events](#github-app-webhook-events)" section. You can select multiple events in a query string. For example, `events[]=public&events[]=label`. diff --git a/content/apps/sharing-github-apps/sharing-your-github-app.md b/content/apps/sharing-github-apps/sharing-your-github-app.md index 69d9515d8782..bf6ab0ec6b60 100644 --- a/content/apps/sharing-github-apps/sharing-your-github-app.md +++ b/content/apps/sharing-github-apps/sharing-your-github-app.md @@ -27,20 +27,19 @@ For more information about how users can install your app from {% data variables {% ifversion fpt or ghec %} If your {% data variables.product.prodname_github_app %} is public, other users and organizations {% ifversion ghec %}within your enterprise {% endif %}can install your app. For more information about making your app public, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)." -{% ifversion ghec %}If you are an {% data variables.product.prodname_emu %}, then you can only share your app with other users or organizations within your enterprise.{% endif %} +{% ifversion ghec %}If you are an {% data variables.product.prodname_emu %}, you can only share your app with users or organizations within your enterprise.{% endif %} {% else %} {% endif %} {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to share, click **Edit**. 1. Click **Public page**. {% data variables.product.company_short %} will bring you to the public page for your {% data variables.product.prodname_github_app %}. 1. Click **Install**. {% data variables.product.company_short %} will bring you to the installation URL for your {% data variables.product.prodname_github_app %}. The URL will look something like `{% data variables.product.oauth_host_code %}/{% ifversion ghes %}github-apps{% else %}apps{% endif %}/APP-NAME/installations/new`, where `APP-NAME` is the name of the {% data variables.product.prodname_github_app %}. 1. Share the installation URL with other users. For more information about how users can install your app from this URL, see "[AUTOTITLE](/apps/using-github-apps/installing-a-github-app-from-a-third-party)." - When you share the URL, you can include a `state` query parameter in the installation URL to preserve the state of the application page and return people back to that state after they install, authenticate, or accept updates to your GitHub App. For example, you could use the `state` to correlate an installation to a user or account. + When you share the URL, you can include a `state` query parameter in the installation URL to preserve the state of the application page and return people back to that state after they install, authenticate, or accept updates to your {% data variables.product.prodname_github_app %}. For example, you could use the `state` to correlate an installation to a user or account. To preserve a state, add it to the installation URL: `{% data variables.product.oauth_host_code %}/{% ifversion ghes %}github-apps{% else %}apps{% endif %}//installations/new?state=AB12t` diff --git a/content/apps/using-github-apps/authorizing-github-apps.md b/content/apps/using-github-apps/authorizing-github-apps.md index f4732f881efe..6e17b938d78a 100644 --- a/content/apps/using-github-apps/authorizing-github-apps.md +++ b/content/apps/using-github-apps/authorizing-github-apps.md @@ -17,7 +17,7 @@ redirect_from: ## About authorizing {% data variables.product.prodname_github_apps %} -Third-party applications that need to verify your {% data variables.product.company_short %} identity or interact with {% data variables.product.company_short %} on your behalf can ask you to authorize a {% data variables.product.prodname_github_app %} to do so. If a third-party application wants you to authorize a {% data variables.product.prodname_github_app %}, the application will bring you to a {% data variables.product.company_short %} page that prompts you to authorize the app. +Applications that are not owned by you, your organization, or {% data variables.product.prodname_marketplace %} may need to verify your {% data variables.product.github %} identity or interact with {% data variables.product.github %} on your behalf. These applications can request authorization for a {% data variables.product.prodname_github_app %} to perform these actions. If an application requests authorization, it will redirect you to a {% data variables.product.github %} page prompting you to authorize the app. When authorizing the {% data variables.product.prodname_github_app %}, you should ensure you trust the application owner and review the information that the application wants to access. During authorization, you'll be prompted to grant the {% data variables.product.prodname_github_app %} permission to do all of the following: diff --git a/content/apps/using-github-apps/installing-a-github-app-from-a-third-party.md b/content/apps/using-github-apps/installing-a-github-app-from-a-third-party.md index 108879259ec5..219f0660d954 100644 --- a/content/apps/using-github-apps/installing-a-github-app-from-a-third-party.md +++ b/content/apps/using-github-apps/installing-a-github-app-from-a-third-party.md @@ -8,9 +8,9 @@ versions: shortTitle: Install from third party --- -{% ifversion ghes %} +{% ifversion ghes < 3.16 %} -You cannot install third-party {% data variables.product.prodname_github_apps %} on organizations owned by your instance.{% ifversion ghes %} If you want to use the functionality of a third-party {% data variables.product.prodname_github_app %}, you can contact the app developer about making the {% data variables.product.prodname_github_app %} available for {% data variables.product.prodname_ghe_server %}. For more information, see "[AUTOTITLE](/apps/sharing-github-apps/making-your-github-app-available-for-github-enterprise-server)."{% endif %} +You cannot install third-party {% data variables.product.prodname_github_apps %} on organizations owned by your instance. If you want to use the functionality of a third-party {% data variables.product.prodname_github_app %}, you can contact the app developer about making the {% data variables.product.prodname_github_app %} available for {% data variables.product.prodname_ghe_server %}. For more information, see "[AUTOTITLE](/apps/sharing-github-apps/making-your-github-app-available-for-github-enterprise-server)." For more information about installing {% data variables.product.prodname_github_apps %} that you own, see "[AUTOTITLE](/apps/maintaining-github-apps/installing-your-own-github-app)." @@ -18,7 +18,13 @@ For more information about installing {% data variables.product.prodname_github_ ## About installing {% data variables.product.prodname_github_apps %} -This article describes how to install a {% data variables.product.prodname_github_app %} directly from the app owner instead of from {% data variables.product.prodname_marketplace %}. For more information on installing {% data variables.product.prodname_github_apps %} from {% data variables.product.prodname_marketplace %}, see "[AUTOTITLE](/apps/using-github-apps/installing-a-github-app-in-your-personal-account)" and "[AUTOTITLE](/apps/using-github-apps/installing-a-github-app-in-your-organization)." For more information about installing {% data variables.product.prodname_github_apps %} that you own, see "[AUTOTITLE](/apps/maintaining-github-apps/installing-your-own-github-app)." +{% ifversion fpt or ghec %} + +This article describes how to install a {% data variables.product.prodname_github_app %} directly from the app owner instead of from {% data variables.product.prodname_marketplace %}. For more information on installing {% data variables.product.prodname_github_apps %} from {% data variables.product.prodname_marketplace %}, see "[AUTOTITLE](/apps/using-github-apps/installing-a-github-app-in-your-personal-account)" and "[AUTOTITLE](/apps/using-github-apps/installing-a-github-app-in-your-organization)." For more information about installing {% data variables.product.prodname_github_apps %} that you own, see "[AUTOTITLE](/apps/maintaining-github-apps/installing-your-own-github-app)."{% endif %} + +{% ifversion enterprise-apps-public-beta %} +>[!NOTE] This installation flow applies to any {% data variables.product.prodname_github_app %}, whether it’s a third-party app or an app owned by your enterprise. You can install the app manually using the link provided by the app owner. +{% endif %} {% data reusables.apps.about-installation %} @@ -40,7 +46,7 @@ Admins of repositories that are owned by an organization can also install {% dat Organization members who are not organization owners or repository admins can still select the organization during the install process. Instead of installing the app, {% data variables.product.company_short %} will send a notification to the organization owner to request the organization owner to install the app. -The "app manager" role in an organization does not give a person the ability to install a {% data variables.product.prodname_github_app %} in the organization. For more information, see "[AUTOTITLE](/apps/maintaining-github-apps/about-github-app-managers)." +The "app manager" role in an organization does not give a person the ability to install a {% data variables.product.prodname_github_app %} in the organization. See "[AUTOTITLE](/apps/maintaining-github-apps/about-github-app-managers)." ## Installing a {% data variables.product.prodname_github_app %} diff --git a/content/apps/using-github-apps/installing-your-own-github-app.md b/content/apps/using-github-apps/installing-your-own-github-app.md index 8c9c1e1b9ea9..69d56cd9660a 100644 --- a/content/apps/using-github-apps/installing-your-own-github-app.md +++ b/content/apps/using-github-apps/installing-your-own-github-app.md @@ -18,17 +18,17 @@ shortTitle: Install your own app ## About installing your own {% data variables.product.prodname_github_app %} -Once you create a {% data variables.product.prodname_github_app %}, you can install it. If your {% data variables.product.prodname_github_app %} is owned by a personal account{% ifversion ghec%} and you are not an {% data variables.product.prodname_emu %}{% endif %}, you can install it on your account. If your {% data variables.product.prodname_github_app %} is owned by an organization and you are an organization owner, you can install it on the organization. +After creating a {% data variables.product.prodname_github_app %}, you can install it based on its visibility. -{% ifversion fpt or ghec %} -If your {% data variables.product.prodname_github_app %} is public{% ifversion ghec%} and you are not an {% data variables.product.prodname_emu %}{% endif %}, you can also share your {% data variables.product.prodname_github_app %} with other users or organizations. {% ifversion ghec%}If you are an {% data variables.product.prodname_emu %}, then you can only share your app with other organizations within your enterprise.{% endif %}For more information, see "[AUTOTITLE](/apps/maintaining-github-apps/sharing-your-github-app)." -{% else %} -If your {% data variables.product.prodname_github_app %} is public, you can also share your {% data variables.product.prodname_github_app %} with other users or organizations within your enterprise. For more information, see "[AUTOTITLE](/apps/maintaining-github-apps/sharing-your-github-app)." -{% endif %} +* **Only on this account**: The {% data variables.product.prodname_github_app %} can only be installed on the organization or user account that created it.{% ifversion ghec %} If you are an {% data variables.product.prodname_emu %}, this option is not available for apps you create.{% ifversion enterprise-apps-public-beta %} This visibility is not available for apps registered by an enterprise.{% endif %}{% endif %} +* **Any account**: You can install this {% data variables.product.prodname_github_app %} on your user account or any organization account where you are an organization owner.{% ifversion enterprise-apps-public-beta %} This visibility is not available for apps registered by an enterprise. +* **Only enterprise organizations**: If the {% data variables.product.prodname_github_app %} is owned by an enterprise, you can only install the app on organizations within the enterprise. Organizations where you are an organization owner will appear in the installation options.{% endif %}{% ifversion ghec %} + +If you are an {% data variables.product.prodname_emu %}, you cannot install a {% data variables.product.prodname_github_app %} on your user account.{% endif %} ## Installing your own {% data variables.product.prodname_github_app %} -{% data reusables.apps.settings-step %} +{% data reusables.apps.settings-step-personal-orgs %} {% data reusables.user-settings.developer_settings %} {% data reusables.user-settings.github_apps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to install, click **Edit**. diff --git a/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md b/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md index 5bb950a25284..d1f0d655d40d 100644 --- a/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md +++ b/content/authentication/connecting-to-github-with-ssh/managing-deploy-keys.md @@ -69,6 +69,8 @@ See [our guide on creating a {% data variables.product.pat_generic %}](/authenti {% data reusables.repositories.deploy-keys-write-access %} +For enhanced security and fine-grained control over repository access and permissions, we recommend using a GitHub App instead. See "[AUTOTITLE](/apps/creating-github-apps/about-creating-github-apps/deciding-when-to-build-a-github-app#github-apps-offer-enhanced-security)." + ### Pros of deploy keys * Anyone with access to the repository and server has the ability to deploy the project. @@ -79,10 +81,16 @@ See [our guide on creating a {% data variables.product.pat_generic %}](/authenti * Deploy keys only grant access to a single repository. More complex projects may have many repositories to pull to the same server. * Deploy keys are usually not protected by a passphrase, making the key easily accessible if the server is compromised. -* If the user who created the deploy key is removed from the repository, the deploy key will still be active as it isn't tied to the specific user, but rather to the repository. +* Deploy keys are credentials that don't have an expiry date. +* Deploy keys aren't linked directly to organization membership. If the user who created the deploy key is removed from the repository, the deploy key will still be active as it isn't tied to the specific user, but rather to the repository. ### Set up deploy keys +{% ifversion deploy-keys-enterprise-org-policy %} + +> [!NOTE] If your organization is owned by an enterprise, and your enterprise owner has restricted the use of deploy keys in repositories, then you cannot override the policy in your organization to create a deploy key. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-deploy-keys)." +{% endif %} + 1. [Run the `ssh-keygen` procedure][generating-ssh-keys] on your server, and remember where you save the generated public and private rsa key pair. {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} diff --git a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md index e413f395c75e..210a964aebf5 100644 --- a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md +++ b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md @@ -2,6 +2,7 @@ title: Preparing your code for CodeQL analysis intro: 'You can build a {% data variables.product.prodname_codeql %} database containing the data needed to analyze your code.' shortTitle: Preparing code for analysis +permissions: '{% data reusables.permissions.repo-checkout %}' product: '{% data reusables.gated-features.codeql %}' versions: fpt: '*' diff --git a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/uploading-codeql-analysis-results-to-github.md b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/uploading-codeql-analysis-results-to-github.md index 92ddbbe07af7..e469b5636f48 100644 --- a/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/uploading-codeql-analysis-results-to-github.md +++ b/content/code-security/codeql-cli/getting-started-with-the-codeql-cli/uploading-codeql-analysis-results-to-github.md @@ -2,6 +2,7 @@ title: Uploading CodeQL analysis results to GitHub shortTitle: Uploading results to GitHub intro: 'You can use the {% data variables.product.prodname_codeql_cli %} to upload {% data variables.product.prodname_codeql %} analysis results to {% data variables.product.product_name %}.' +permissions: '{% data reusables.permissions.code-scanning-all-alerts %}' product: '{% data reusables.gated-features.codeql %}' versions: fpt: '*' @@ -25,7 +26,12 @@ If you used a method other than the {% data variables.product.prodname_codeql_cl ## Generating a token for authentication with {% data variables.product.product_name %} -Before you can upload your results to {% data variables.product.product_name %}, you will first need to generate a {% data variables.product.pat_generic %} with the `security_events` write permission. For more information, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)." +Before you can upload your results to {% data variables.product.product_name %}, you will first need to generate a {% data variables.product.pat_generic %}. + +* **{% data variables.product.pat_v1_caps %}** requires "{% data variables.product.prodname_code_scanning_caps %} alerts" **Read and write** access for the required repositories. +* **{% data variables.product.pat_v2_caps %}** requires "repo" **security_events** access. + +For more information, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)." If you have installed the {% data variables.product.prodname_codeql_cli %} in a third-party CI system to create results to display in {% data variables.product.prodname_dotcom %} as code scanning alerts, you can use a {% data variables.product.prodname_github_app %} or {% data variables.product.pat_generic %} to upload results to {% data variables.product.product_name %}. For more information, see "[AUTOTITLE](/code-security/code-scanning/integrating-with-code-scanning/using-code-scanning-with-your-existing-ci-system#generating-a-token-for-authentication-with-github)." diff --git a/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/about-codeql-for-vs-code.md b/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/about-codeql-for-vs-code.md index 9993b39ff74d..da7e73b023c4 100644 --- a/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/about-codeql-for-vs-code.md +++ b/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/about-codeql-for-vs-code.md @@ -5,6 +5,7 @@ versions: fpt: '*' ghec: '*' ghes: '*' +product: '{% data reusables.gated-features.codeql %}' topics: - Advanced Security - Code scanning diff --git a/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/installing-codeql-for-vs-code.md b/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/installing-codeql-for-vs-code.md index 83f5b2fba501..7900bb7323fa 100644 --- a/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/installing-codeql-for-vs-code.md +++ b/content/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/installing-codeql-for-vs-code.md @@ -5,6 +5,7 @@ versions: fpt: '*' ghec: '*' ghes: '*' +product: '{% data reusables.gated-features.codeql %}' topics: - Advanced Security - Code scanning diff --git a/content/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization.md b/content/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization.md index eb8b36f9bcf0..abde5f9184fd 100644 --- a/content/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization.md +++ b/content/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization.md @@ -52,6 +52,9 @@ Disable the ability to fork repositories. | "[AUTOTITLE](/repositories/managing- Disable changing repository visibility. | "[AUTOTITLE](/organizations/managing-organization-settings/restricting-repository-visibility-changes-in-your-organization)" Restrict repository creation to private or internal. | "[AUTOTITLE](/organizations/managing-organization-settings/restricting-repository-creation-in-your-organization)" Disable repository deletion and transfer. | "[AUTOTITLE](/organizations/managing-organization-settings/setting-permissions-for-deleting-or-transferring-repositories)" +| {% ifversion deploy-keys-enterprise-org-policy %} | +Disable the ability to use deploy keys. | "[AUTOTITLE](/organizations/managing-organization-settings/restricting-deploy-keys-in-your-organization)" +| {% endif %} | Scope {% data variables.product.pat_generic %}s to the minimum permissions necessary. | None Secure your code by converting public repositories to private whenever appropriate. You can alert the repository owners of this change automatically using a {% data variables.product.prodname_github_app %}. | [Prevent-Public-Repos](https://github.com/apps/prevent-public-repos) in {% data variables.product.prodname_marketplace %} Confirm your organization’s identity by verifying your domain and restricting email notifications to only verified email domains. | "[AUTOTITLE](/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization){% ifversion ghec or ghes %}" and "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/restricting-email-notifications-for-your-organization){% endif %}"{% ifversion fpt or ghec %} diff --git a/content/code-security/secret-scanning/managing-alerts-from-secret-scanning/evaluating-alerts.md b/content/code-security/secret-scanning/managing-alerts-from-secret-scanning/evaluating-alerts.md index 61e65666056e..9fd59fd722c7 100644 --- a/content/code-security/secret-scanning/managing-alerts-from-secret-scanning/evaluating-alerts.md +++ b/content/code-security/secret-scanning/managing-alerts-from-secret-scanning/evaluating-alerts.md @@ -91,18 +91,18 @@ Tokens, like {% data variables.product.pat_generic %} and other credentials, are {% ifversion secret-scanning-user-owned-repos %}{% data reusables.secret-scanning.secret-scanning-user-owned-repo-access %} If access is granted, {% data variables.product.prodname_dotcom %} will notify the owner of the repository containing the leaked secret, report the action in the repository owner and enterprise audit logs, and enable access for 2 hours.{% ifversion ghec %} For more information, see "[AUTOTITLE](/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise)."{% endif %}{% endif %} -{% ifversion secret-scanning-multi-repo-public-leak %} +{% ifversion secret-scanning-multi-repo-public-leak-deduped-alerts or secret-scanning-multi-repo-public-leak %} ## Reviewing alert labels In the alert view, you can review any labels assigned to the alert. The labels provide additional details about the alert, which can inform the approach you take for remediation. -{% data variables.product.prodname_secret_scanning_caps %} alerts can have the following labels assigned to them: +{% data variables.product.prodname_secret_scanning_caps %} alerts can have the following labels assigned to them. Depending on the labels assigned, you'll see additional information in the alert view. -|Label|Description| -|-------------------------|--------------------------------------------------------------------------------| -|`public leak`| The secret detected in your repository has also been found as publicly leaked by at least one of {% data variables.product.github %}'s scans of code, discussions, gists, issues, pull requests, and wikis. This may require you to address the alert with greater urgency, or remediate the alert differently compared to a privately exposed token.| -|`multi-repo`| The secret detected in your repository has been found across multiple repositories in your organization{% ifversion ghec or ghes %} or enterprise{% endif %}. This information may help you more easily dedupe the alert across your organization{% ifversion ghec or ghes %} or enterprise{% endif %}. | +|Label|Description|Alert view information| +|-------------------------|--------------------------------------------------------------------------------|-------------------------| +|`public leak`| The secret detected in your repository has also been found as publicly leaked by at least one of {% data variables.product.github %}'s scans of code, discussions, gists, issues, pull requests, and wikis. This may require you to address the alert with greater urgency, or remediate the alert differently compared to a privately exposed token. | You'll see links to any specific public locations where the leaked secret has been detected. | +|`multi-repo`| The secret detected in your repository has been found across multiple repositories in your organization or enterprise. This information may help you more easily dedupe the alert across your organization or enterprise. | If you have appropriate permissions, you'll see links to any specific alerts for the same secret in your organization or enterprise. | {% endif %} diff --git a/content/code-security/security-overview/exporting-data-from-security-overview.md b/content/code-security/security-overview/exporting-data-from-security-overview.md index 996a7329f025..129fe6e5cb36 100644 --- a/content/code-security/security-overview/exporting-data-from-security-overview.md +++ b/content/code-security/security-overview/exporting-data-from-security-overview.md @@ -1,7 +1,7 @@ --- title: Exporting data from security overview shortTitle: Export data -intro: You can export CSV files of your organization's{% ifversion security-overview-export-dashboard-data %} overview,{% endif %} risk and coverage data from security overview. +intro: You can export CSV files of your organization's overview, risk, coverage, and {% data variables.product.prodname_codeql %} pull request alerts data from security overview. permissions: '{% data reusables.permissions.security-overview %}' versions: feature: security-overview-export-data @@ -20,7 +20,7 @@ redirect_from: {% data reusables.security-overview.download-csv-files %} -{% ifversion security-overview-export-dashboard-data %}The overview page contains data about security alerts across your organization, while the risk and coverage pages contain data about repositories and how they are affected by security alerts or covered by security features.{% endif %} +The overview page contains data about security alerts across your organization, while the risk and coverage pages contain data about repositories and how they are affected by security alerts or covered by security features. The {% data variables.product.prodname_codeql %} pull request alerts page contains data about {% data variables.product.prodname_codeql %} alerts that were caught in pull requests merged to the default branch. The CSV file you download will contain data corresponding to the filters you have applied to security overview. For example, if you add the filter `dependabot-alerts:enabled`, your file will only contain data for repositories that have enabled {% data variables.product.prodname_dependabot_alerts %}. @@ -35,10 +35,10 @@ The CSV file you download will contain data corresponding to the filters you hav {% data reusables.profile.access_org %} 1. In the "Organizations" section, select the organization for which you would like to download security overview data. {% data reusables.organizations.security-overview %} -1. In the "Security" sidebar, choose the page that you want to export data from by clicking on {% ifversion security-overview-export-dashboard-data %}**{% octicon "graph" aria-hidden="true" %}Overview**, {% endif %}**{% octicon "meter" aria-hidden="true" %} Coverage** or **{% octicon "shield" aria-hidden="true" %} Risk**. +1. In the "Security" sidebar, choose the page that you want to export data from by clicking on **{% octicon "graph" aria-hidden="true" %}Overview**, **{% octicon "meter" aria-hidden="true" %} Coverage**, **{% octicon "shield" aria-hidden="true" %} Risk** or **{% octicon "graph" aria-hidden="true" %} {% data variables.product.prodname_codeql %} pull request alerts**. 1. Next to the search bar, click {% octicon "download" aria-hidden="true" %} **Export CSV**. - It may take a moment for {% data variables.product.product_name %} to generate the CSV file of your data. Once the CSV file generates, the file will automatically start downloading, and a banner will appear confirming your report is ready. {% ifversion security-overview-export-dashboard-data %}If you are downloading the CSV from the overview page, you will also receive an email when your report is ready, containing a link to download the CSV.{% endif %} + It may take a moment for {% data variables.product.product_name %} to generate the CSV file of your data. Once the CSV file generates, the file will automatically start downloading, and a banner will appear confirming your report is ready. If you are downloading the CSV from the overview page, you will also receive an email when your report is ready, containing a link to download the CSV. {% ifversion secret-scanning-non-provider-patterns %} diff --git a/content/code-security/security-overview/viewing-metrics-for-pull-request-alerts.md b/content/code-security/security-overview/viewing-metrics-for-pull-request-alerts.md index 041b03424482..c017c09fcdf4 100644 --- a/content/code-security/security-overview/viewing-metrics-for-pull-request-alerts.md +++ b/content/code-security/security-overview/viewing-metrics-for-pull-request-alerts.md @@ -47,4 +47,5 @@ You can apply filters to the data. The metrics are based on activity from the de * At the top of the page, next to the search box, click {% octicon "filter" aria-hidden="true" %} **Filter**. * Click {% octicon "plus" aria-hidden="true" %} **Add a filter**, then select a filter from the dropdown menu. * To search for repositories matching the selected filter, fill out the available fields for that filter, then click **Apply**. You can repeat this process to add as many filters as you would like to your search. - * Optionally, to remove a filter from your search, click {% octicon "filter" aria-hidden="true" %} **Filter**. In the row of the filter you want to remove, click {% octicon "x" aria-label="Delete FILTER-NUMBER: FILTER-PROPERTIES" %}, then click **Apply**. + * Optionally, to remove a filter from your search, click {% octicon "filter" aria-hidden="true" %} **Filter**. In the row of the filter you want to remove, click {% octicon "x" aria-label="Delete FILTER-NUMBER: FILTER-PROPERTIES" %}, then click **Apply**.{% ifversion security-overview-export-data %} +1. You can use the {% octicon "download" aria-hidden="true" %} **Export CSV** button to download a CSV file of the data currently displayed on the page for security research and in-depth data analysis. For more information, see "[AUTOTITLE](/code-security/security-overview/exporting-data-from-security-overview)." {% endif %} diff --git a/content/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-github-app-for-your-copilot-agent.md b/content/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-github-app-for-your-copilot-agent.md index 7cb0e7b9d1e9..064465349e3e 100644 --- a/content/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-github-app-for-your-copilot-agent.md +++ b/content/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-github-app-for-your-copilot-agent.md @@ -21,8 +21,7 @@ Once you have configured your server and created your {% data variables.product. ## Configuring your {% data variables.product.prodname_github_app %} {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. To the right of the {% data variables.product.prodname_github_app %} you want to configure for your {% data variables.product.prodname_copilot_extension_short %}, click **Edit**. 1. In the "Identifying and authorizing users" section, under "Callback URL", enter your server's hostname, then click **Save changes**. diff --git a/content/copilot/building-copilot-extensions/creating-a-copilot-extension/creating-a-github-app-for-your-copilot-extension.md b/content/copilot/building-copilot-extensions/creating-a-copilot-extension/creating-a-github-app-for-your-copilot-extension.md index 50495c6c4273..70f91a7754c4 100644 --- a/content/copilot/building-copilot-extensions/creating-a-copilot-extension/creating-a-github-app-for-your-copilot-extension.md +++ b/content/copilot/building-copilot-extensions/creating-a-copilot-extension/creating-a-github-app-for-your-copilot-extension.md @@ -21,8 +21,7 @@ A {% data variables.product.prodname_copilot_extension_short %} is a {% data var ## Creating a {% data variables.product.prodname_github_app %} {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Click **New {% data variables.product.prodname_github_app %}**. 1. Under "{% data variables.product.prodname_github_app %} name," enter a name for your app. diff --git a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/customizing-copilot-for-your-organization/indexing-repositories-for-copilot-chat.md b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/customizing-copilot-for-your-organization/indexing-repositories-for-copilot-chat.md index ce37a578fb94..e8b568030436 100644 --- a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/customizing-copilot-for-your-organization/indexing-repositories-for-copilot-chat.md +++ b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/customizing-copilot-for-your-organization/indexing-repositories-for-copilot-chat.md @@ -16,7 +16,7 @@ redirect_from: {% data variables.product.prodname_copilot %}'s ability to answer natural language questions, in the context of a {% data variables.product.prodname_dotcom %} repository, is improved when the repository has been indexed for semantic code search. -Indexing repositories is not a requirement and will not affect responses to questions about information in pull requests, issues, discussions, or commits. However, indexing can help {% data variables.product.prodname_copilot_chat_short %} answer questions that relate directly to the code within a repository. +Indexing repositories for {% data variables.product.prodname_copilot_chat_short %} is not a requirement and will not affect responses to questions about information in knowledge bases, pull requests, issues, discussions, or commits. However, indexing is for search purposes and can help {% data variables.product.prodname_copilot_chat_short %} answer questions that relate directly to the code within a repository. **{% data variables.product.prodname_copilot_chat_short %} will not use your indexed repository for model training.** The indexing status of a repository is displayed on {% data variables.product.github %} when you start a conversation that has a repository context. You can index the repository if it has not been indexed yet. @@ -24,6 +24,8 @@ After you index a repository it is automatically re-indexed every time a change ## Indexing limits +Your {% data variables.product.prodname_copilot %} subscription plan determines your indexing limits. + {% rowheaders %} | | {% data variables.product.prodname_copilot_individuals_short %} | {% data variables.product.prodname_copilot_business_short %} | {% data variables.product.prodname_copilot_enterprise_short %} | @@ -32,6 +34,22 @@ After you index a repository it is automatically re-indexed every time a change {% endrowheaders %} +{% ifversion ghec %} +If you have a seat on the {% data variables.product.prodname_copilot_enterprise_short %} (CE) plan, you do not have a limit on the number of repositories you can index. You can index repositories from any organization you have access to, regardless of whether the organization is subject to an indexing limit. +{% endif %} + +{% ifversion ghec or fpt %} +If you have a seat on the {% data variables.product.prodname_copilot_business_short %} (CB) plan, you are subject to the indexing limit for your organization. You cannot index additional repositories once your organization reaches the repository limit, but you can still benefit from the indexes created by other users. +{% endif %} + +{% ifversion fpt %} +If you have a {% data variables.product.prodname_copilot_individuals_short %} (CI) plan, you are subject to an indexing limit and can index any repository that you belong to. However, you can still benefit from the indexes created by other users without affecting your limit. +{% endif %} + +Both CE and CB plans can apply content exclusions to control the behavior of {% data variables.product.prodname_copilot %} for the {% data variables.product.prodname_copilot_short %} seats they manage. For more information, see "[AUTOTITLE](/copilot/managing-copilot/managing-github-copilot-in-your-organization/setting-policies-for-copilot-in-your-organization/excluding-content-from-github-copilot)." However, CI users can still index any repository they have access to, regardless of the content exclusion policies set by the organization. + +> [!WARNING] Indexing is permanent for each repository unless the repository itself is deleted. Use caution when selecting a repository to index. Repository indexing cannot be canceled once it starts. + ## Indexing a repository 1. On {% data variables.product.github %}, browse to the repository you want to index. diff --git a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/setting-policies-for-copilot-in-your-organization/excluding-content-from-github-copilot.md b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/setting-policies-for-copilot-in-your-organization/excluding-content-from-github-copilot.md index d2cda32f49ad..d49c52f3c791 100644 --- a/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/setting-policies-for-copilot-in-your-organization/excluding-content-from-github-copilot.md +++ b/content/copilot/managing-copilot/managing-github-copilot-in-your-organization/setting-policies-for-copilot-in-your-organization/excluding-content-from-github-copilot.md @@ -39,14 +39,14 @@ Repository administrators{% ifversion ghec%}, organization owners, and enterpris ### Availability of content exclusions -| Tool | Code completion support | {% data variables.product.prodname_copilot_chat_short %} support | -|--------|:--------:|:--------:| -| {% data variables.product.prodname_vs %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | -| {% data variables.product.prodname_vscode %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | -| JetBrains IDEs | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | -| Vim/Neovim | {% octicon "check" aria-label="Supported" %} | Not applicable | -| Azure Data Studio | {% octicon "x" aria-label="Not supported" %} | Not applicable | -| The {% data variables.product.github %} website | Not applicable | {% octicon "x" aria-label="Not supported" %} | +| Tool | Code completion support | {% data variables.product.prodname_copilot_chat_short %} support | +|-------------------------------------------------|:---------------------------------------------:|:----------------------------------------------------------------:| +| {% data variables.product.prodname_vs %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | +| {% data variables.product.prodname_vscode %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | +| JetBrains IDEs | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | +| Vim/Neovim | {% octicon "check" aria-label="Supported" %} | Not applicable | +| Azure Data Studio | {% octicon "x" aria-label="Not supported" %} | Not applicable | +| The {% data variables.product.github %} website | Not applicable | {% octicon "x" aria-label="Not supported" %} | ### Limitations of content exclusions diff --git a/content/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide.md b/content/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide.md index d651a374c4a6..846109c73156 100644 --- a/content/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide.md +++ b/content/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide.md @@ -107,8 +107,7 @@ To see all available chat variables, type `#` in the chat prompt box. See also [ ## Using {% data variables.product.prodname_dotcom %} skills for {% data variables.product.prodname_copilot_short %} > [!NOTE] -> * The `@github` chat participant is currently in {% data variables.release-phases.public_preview %} and is subject to change. -> * This functionality is available with {% data variables.product.prodname_copilot_chat_short %} v0.20.3 or later and {% data variables.product.prodname_vscode_shortname %} or {% data variables.product.prodname_vscode_shortname %} Insiders 1.93 or later. +> This functionality is available with the {% data variables.product.prodname_copilot_chat_short %} extension v0.20.3 or later and {% data variables.product.prodname_vscode_shortname %} or {% data variables.product.prodname_vscode_shortname %} Insiders 1.93 or later. {% data variables.product.prodname_copilot_short %} has a collection of {% data variables.product.prodname_dotcom %}-specific skills that it can use to answer your questions. To access these skills in {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %}, include `@github` in your question. diff --git a/content/index.md b/content/index.md index ab878f7e4ef1..855610b01ec8 100644 --- a/content/index.md +++ b/content/index.md @@ -100,7 +100,14 @@ childGroups: - repositories - pull-requests - discussions + - name: GitHub Copilot + octicon: CopilotIcon + children: - copilot + - copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot + - copilot/using-github-copilot/prompt-engineering-for-github-copilot + - copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom + - copilot/using-github-copilot/example-use-cases/refactoring-code-with-github-copilot - name: CI/CD and DevOps octicon: GearIcon children: @@ -128,6 +135,13 @@ childGroups: - issues - issues/planning-and-tracking-with-projects - search-github + - name: Enterprise and Teams + octicon: OrganizationIcon + children: + - organizations + - code-security/securing-your-organization + - admin + - gh-wa - name: Developers octicon: CodeSquareIcon children: @@ -135,14 +149,8 @@ childGroups: - rest - graphql - webhooks + - copilot/building-copilot-extensions - github-models - - name: Enterprise and Teams - octicon: OrganizationIcon - children: - - organizations - - code-security/securing-your-organization - - admin - - gh-wa - name: Community octicon: GlobeIcon children: diff --git a/content/organizations/managing-organization-settings/index.md b/content/organizations/managing-organization-settings/index.md index d67ff5289a25..7d9fa3c4cfa2 100644 --- a/content/organizations/managing-organization-settings/index.md +++ b/content/organizations/managing-organization-settings/index.md @@ -31,6 +31,7 @@ children: - /enabling-or-disabling-github-discussions-for-an-organization - /managing-discussion-creation-for-repositories-in-your-organization - /managing-the-commit-signoff-policy-for-your-organization + - /restricting-deploy-keys-in-your-organization - /setting-team-creation-permissions-in-your-organization - /creating-an-announcement-banner-for-your-organization - /managing-scheduled-reminders-for-your-organization diff --git a/content/organizations/managing-organization-settings/restricting-deploy-keys-in-your-organization.md b/content/organizations/managing-organization-settings/restricting-deploy-keys-in-your-organization.md new file mode 100644 index 000000000000..f8088314f074 --- /dev/null +++ b/content/organizations/managing-organization-settings/restricting-deploy-keys-in-your-organization.md @@ -0,0 +1,28 @@ +--- +title: Restricting deploy keys in your organization +intro: To protect your organization's data, you can configure permissions for creating deploy keys in your organization. +permissions: Organization owners. +versions: + feature: deploy-keys-enterprise-org-policy +topics: + - Organizations + - Policies +shortTitle: Restrict deploy keys +--- + +You can choose whether members can create deploy keys for repositories in your organization. + +By default, new organizations are configured to disallow the creation of deploy keys in repositories. + +Organization owners can restrict the creation of deploy keys to help prevent sensitive information from being exposed. For more information, see "[AUTOTITLE](/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization)" and "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys)." If you want more fine-grained control over permissions, consider using a {% data variables.product.prodname_github_app %} instead. See "[AUTOTITLE](/apps/overview)." + +If your organization is owned by an enterprise account, you may not be able to configure this setting for your organization, if an enterprise owner has set a policy at the enterprise level. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-deploy-keys)." + +> [!WARNING] +> Changing this setting to disabled will result in **existing deploy keys being disabled** in all repositories in the organization. Scripts, apps, or workflows that create, use, or delete deploy keys will no longer work. + +{% data reusables.profile.access_org %} +{% data reusables.profile.org_settings %} +{% data reusables.profile.org_member_privileges %} +1. Under "Deploy keys", review the information about changing the setting, click **Enabled** or **Disabled**. +1. Click **Save**. diff --git a/content/rest/deploy-keys/deploy-keys.md b/content/rest/deploy-keys/deploy-keys.md index 68d78c686190..a67d65eed3af 100644 --- a/content/rest/deploy-keys/deploy-keys.md +++ b/content/rest/deploy-keys/deploy-keys.md @@ -20,6 +20,11 @@ autogenerated: rest Deploy keys can either be set up using the following API endpoints, or by using the {% data variables.product.company_short %} web interface. To learn how to set deploy keys up in the web interface, see "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/managing-deploy-keys)." +{% ifversion deploy-keys-enterprise-org-policy %} + +You may be unable to create deploy keys if your organization or enterprise owner has set a policy to restrict their use. Furthermore, if this policy is enabled at the organization or enterprise level, existing deploy keys may be disabled. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-deploy-keys)" and "[AUTOTITLE](/organizations/managing-organization-settings/restricting-deploy-keys-in-your-organization)." +{% endif %} + There are a few cases when a deploy key will be deleted by other activity: * If the deploy key is created with a {% data variables.product.pat_generic %}, deleting the {% data variables.product.pat_generic %} will also delete the deploy key. Regenerating the {% data variables.product.pat_generic %} will not delete the deploy key. diff --git a/content/rest/using-the-rest-api/issue-event-types.md b/content/rest/using-the-rest-api/issue-event-types.md index 2d22ffd9c595..68a0c28e226b 100644 --- a/content/rest/using-the-rest-api/issue-event-types.md +++ b/content/rest/using-the-rest-api/issue-event-types.md @@ -276,7 +276,7 @@ This event is available for the following issue types. | | REST API for issue events | REST API for timeline events | |---|---|---| -|Issues| {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %}| +|Issues| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% endrowheaders %} diff --git a/content/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks.md b/content/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks.md index 0eff4b08260a..07d9e2cdc660 100644 --- a/content/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks.md +++ b/content/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks.md @@ -49,8 +49,7 @@ The owner of a {% data variables.product.prodname_github_app %} can redeliver we You can use the {% data variables.product.company_short %} web interface or the REST API to redeliver webhooks for a {% data variables.product.prodname_github_app %}. For more information about using the REST API redeliver, see "[AUTOTITLE](/rest/apps/webhooks)." {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to redeliver a webhook for, click **Edit**. 1. In the sidebar, click **Advanced**. {% data reusables.webhooks.webhook_recent_deliveries_redeliver %} diff --git a/content/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries.md b/content/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries.md index 8a5c8e100dc4..02461e1c0b87 100644 --- a/content/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries.md +++ b/content/webhooks/testing-and-troubleshooting-webhooks/viewing-webhook-deliveries.md @@ -16,9 +16,9 @@ You can view details about webhook deliveries that occurred in the past {% data For each webhook delivery, you can view: -* the request headers and payload that {% data variables.product.company_short %} sent -* the time at which the request was sent -* the response that {% data variables.product.company_short %} received from your server +* The request headers and payload that {% data variables.product.company_short %} sent +* The time at which the request was sent +* The response that {% data variables.product.company_short %} received from your server You can also redeliver recent webhook deliveries. For more information, see "[AUTOTITLE](/webhooks/testing-and-troubleshooting-webhooks/redelivering-webhooks)." @@ -55,8 +55,7 @@ The owner of a {% data variables.product.prodname_github_app %} can view recent You can use the {% data variables.product.company_short %} web interface or the REST API to view recent webhook deliveries for a {% data variables.product.prodname_github_app %}. For more information about using the REST API to view recent deliveries, see "[AUTOTITLE](/rest/apps/webhooks)." {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to view webhook deliveries for, click **Edit**. 1. In the sidebar, click **Advanced**. {% data reusables.webhooks.webhook_recent_deliveries %} diff --git a/content/webhooks/using-webhooks/creating-webhooks.md b/content/webhooks/using-webhooks/creating-webhooks.md index a2de9afc976e..d04ab1934567 100644 --- a/content/webhooks/using-webhooks/creating-webhooks.md +++ b/content/webhooks/using-webhooks/creating-webhooks.md @@ -139,8 +139,7 @@ For more information about configuring a webhook when you register a {% data var To configure a webhook for an existing {% data variables.product.prodname_github_app %} registration: {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to configure the webhook for, click **Edit**. 1. Under "Webhook," select **Active**. 1. Under "Webhook URL", type the URL where you'd like to receive payloads. diff --git a/content/webhooks/using-webhooks/disabling-webhooks.md b/content/webhooks/using-webhooks/disabling-webhooks.md index 9c95d5736fdb..270680c279d3 100644 --- a/content/webhooks/using-webhooks/disabling-webhooks.md +++ b/content/webhooks/using-webhooks/disabling-webhooks.md @@ -92,8 +92,7 @@ You can disable webhooks that were previously enabled for events relating to {% Each {% data variables.product.prodname_github_app %} has one webhook. You cannot delete the webhook, but you can deactivate the webhook. The owner of a {% data variables.product.prodname_github_app %} can deactivate the webhook the app. If an organization has designated any app managers for a {% data variables.product.prodname_github_app %} owned by the organization, the app managers can also deactivate the webhook for the app. {% data reusables.apps.settings-step %} -{% data reusables.user-settings.developer_settings %} -{% data reusables.user-settings.github_apps %} +{% data reusables.apps.enterprise-apps-steps %} 1. Next to the {% data variables.product.prodname_github_app %} that you want to deactivate the webhook for, click **Edit**. 1. Under "Webhook," deselect **Active** to disable the webhook. 1. Click **Save changes**. diff --git a/data/features/deploy-keys-enterprise-org-policy.yml b/data/features/deploy-keys-enterprise-org-policy.yml new file mode 100644 index 000000000000..ae17bd902bf3 --- /dev/null +++ b/data/features/deploy-keys-enterprise-org-policy.yml @@ -0,0 +1,5 @@ +# Reference: #15666 +# Repo deploy keys can now be disabled by default by enterprise policy [GA] +versions: + ghec: '*' + ghes: '>= 3.16' diff --git a/data/features/enterprise-apps-public-beta.yml b/data/features/enterprise-apps-public-beta.yml new file mode 100644 index 000000000000..ba0d825288a5 --- /dev/null +++ b/data/features/enterprise-apps-public-beta.yml @@ -0,0 +1,6 @@ +# Reference: #15531 +# Documentation for enterprise-owned GitHub Apps + +versions: + ghec: '*' + ghes: '>=3.16' diff --git a/data/features/secret-scanning-multi-repo-public-leak-deduped-alerts.yml b/data/features/secret-scanning-multi-repo-public-leak-deduped-alerts.yml new file mode 100644 index 000000000000..70c63544daf7 --- /dev/null +++ b/data/features/secret-scanning-multi-repo-public-leak-deduped-alerts.yml @@ -0,0 +1,4 @@ +# Reference: #15947 +# Secret scanning: locations of public leaks and repositories with deduped alerts [Public Beta] +versions: + ghec: '*' diff --git a/data/features/secret-scanning-multi-repo-public-leak.yml b/data/features/secret-scanning-multi-repo-public-leak.yml index c9c62a570962..6c379bedcdbf 100644 --- a/data/features/secret-scanning-multi-repo-public-leak.yml +++ b/data/features/secret-scanning-multi-repo-public-leak.yml @@ -1,6 +1,4 @@ # Reference: #15387 # Secret scanning: multi-repo and public leak indicators added to alerts versions: - fpt: '*' ghec: '*' - ghes: '>=3.16' diff --git a/data/release-notes/enterprise-server/3-13/4.yml b/data/release-notes/enterprise-server/3-13/4.yml index 37c95aeaa719..5b87c637d477 100644 --- a/data/release-notes/enterprise-server/3-13/4.yml +++ b/data/release-notes/enterprise-server/3-13/4.yml @@ -72,7 +72,7 @@ sections: When restoring from a backup snapshot, a large number of `mapper_parsing_exception` errors may be displayed. - | Services may respond with a `503` status due to an out of date `haproxy` configuration. This can usually be resolved with a `ghe-config-apply` run. - - | - Instance setup in AWS with IMDSv2 enforced fails if no public IP is present. - | For customers using Secret Scanning, internal jobs were created and not worked that could contribute to performance issues. + errata: + - 'The "[Known issues](/admin/release-notes#3.13.4-known-issues)" section previously indicated that `Instance setup in AWS with IMDSv2 enforced fails if no public IP is present` is still an issue. The issue is resolved and is documented in the "[Bug fixes](/admin/release-notes#3.13.4-bugs)" section. [Updated: 2024-09-30]' diff --git a/data/reusables/apps/enterprise-apps-beta.md b/data/reusables/apps/enterprise-apps-beta.md new file mode 100644 index 000000000000..62f4c58856d4 --- /dev/null +++ b/data/reusables/apps/enterprise-apps-beta.md @@ -0,0 +1 @@ +>[!NOTE] Enterprise-owned {% data variables.product.prodname_github_apps %} are currently in {% data variables.release-phases.public_preview %} and subject to change. diff --git a/data/reusables/apps/enterprise-apps-steps.md b/data/reusables/apps/enterprise-apps-steps.md new file mode 100644 index 000000000000..7746ca61aeda --- /dev/null +++ b/data/reusables/apps/enterprise-apps-steps.md @@ -0,0 +1,8 @@ +{% ifversion enterprise-apps-public-beta %} +1. Navigate to the {% data variables.product.prodname_github_app %} settings. + * For an app owned by a personal account or organization: + 1. In the left sidebar, click **{% octicon "code" aria-hidden="true" %} Developer settings**, then click **{% data variables.product.prodname_github_apps %}**. + * For an app owned by an enterprise: + 1. In the left sidebar, {% ifversion ghec %}under "Settings",{% elsif ghes %} click **Settings**, then{% endif %} click **{% data variables.product.prodname_github_apps %}**.{% else %} +{% data reusables.user-settings.developer_settings %} +{% data reusables.user-settings.github_apps %}{% endif %} diff --git a/data/reusables/apps/settings-step-personal-orgs.md b/data/reusables/apps/settings-step-personal-orgs.md new file mode 100644 index 000000000000..d6c42a7720c0 --- /dev/null +++ b/data/reusables/apps/settings-step-personal-orgs.md @@ -0,0 +1,6 @@ +1. In the upper-right corner of any page on {% data variables.product.prodname_dotcom %}, click your profile photo. +1. Navigate to your account settings. + * For an app owned by a personal account, click **Settings**. + * For an app owned by an organization: + 1. Click **Your organizations**. + 1. To the right of the organization, click **Settings**. diff --git a/data/reusables/apps/settings-step.md b/data/reusables/apps/settings-step.md index d6c42a7720c0..87edf7638c53 100644 --- a/data/reusables/apps/settings-step.md +++ b/data/reusables/apps/settings-step.md @@ -3,4 +3,9 @@ * For an app owned by a personal account, click **Settings**. * For an app owned by an organization: 1. Click **Your organizations**. - 1. To the right of the organization, click **Settings**. + 1. To the right of the organization, click **Settings**.{% ifversion enterprise-apps-public-beta %} + * For an app owned by an enterprise:{% ifversion ghec %} + 1. If you use {% data variables.product.prodname_emus %}, click **Your enterprise** to go directly to the enterprise account settings. + 1. If you use personal accounts, click **Your enterprises** and then to the right of the enterprise, click **Settings**.{% elsif ghes %} + 1. Click **Enterprise settings**. +{% endif %}{% endif %} diff --git a/data/reusables/code-scanning/codeql-license.md b/data/reusables/code-scanning/codeql-license.md index 2aa62389711f..cfbe90443883 100644 --- a/data/reusables/code-scanning/codeql-license.md +++ b/data/reusables/code-scanning/codeql-license.md @@ -1,20 +1,5 @@ ## About the {% data variables.product.prodname_dotcom %} {% data variables.product.prodname_codeql %} license -**License notice:** If you don’t have a {% data variables.product.prodname_enterprise %} license then, by installing this product, you are agreeing to the [{% data variables.product.prodname_dotcom %} {% data variables.product.prodname_codeql %} Terms and Conditions](https://securitylab.github.com/tools/codeql/license). - -{% data variables.product.prodname_dotcom %} {% data variables.product.prodname_codeql %} is licensed on a per-user basis. Under the license restrictions, you can use {% data variables.product.prodname_codeql %} to perform the following tasks: - -* To perform academic research. -* To demonstrate the software. -* To test {% data variables.product.prodname_codeql %} queries that are released under an OSI-approved License to confirm that new versions of those queries continue to find the right vulnerabilities. - -Where "OSI-approved License" means an Open Source Initiative (OSI)-approved open source software license. - -If you are working with an Open Source Codebase (that is, a codebase that is released under an OSI-approved License) you can also use {% data variables.product.prodname_codeql %} for the following tasks: - -* To perform analysis of the Open Source Codebase. -* If the Open Source Codebase is hosted and maintained on {% data variables.product.prodname_dotcom_the_website %}, to generate {% data variables.product.prodname_codeql %} databases for or during automated analysis, continuous integration, or continuous delivery. - -{% data variables.product.prodname_codeql %} can’t be used for automated analysis, continuous integration or continuous delivery, whether as part of normal software engineering processes or otherwise, except in the express cases set forth herein unless you have a license for {% data variables.product.prodname_GH_advanced_security %}. +**License notice:** If you don’t have a license for {% data variables.product.prodname_GH_advanced_security %} then, by installing this product, you are agreeing to the [{% data variables.product.prodname_dotcom %} {% data variables.product.prodname_codeql %} Terms and Conditions](https://github.com/github/codeql-cli-binaries/blob/main/LICENSE.md). {% data reusables.advanced-security.ghas-trial %} diff --git a/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md b/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md index 2ff3ea028b2a..7fddb8795c11 100644 --- a/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md +++ b/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md @@ -21,7 +21,7 @@ We recommend a high-performance SSD with high input/output operations per second Your instance requires a persistent data disk separate from the root disk. For more information, see "[AUTOTITLE](/admin/overview/system-overview)." >[!WARNING] ->Root storage refers to the total size of your instance's root disk. When the instance is booted you will see 200GB available on the root filesystem. The remaining 200GB is reserved for upgrades. For more information, see "[AUTOTITLE](/admin/overview/system-overview#storage-architecture)." +>Root storage refers to the total size of your instance's root disk. When the instance is booted you will see {% ifversion ghes > 3.14 %}200GB available on the root filesystem. The remaining 200GB{% else %}100GB available on the root filesystem. The remaining 100GB{% endif %} is reserved for upgrades. For more information, see "[AUTOTITLE](/admin/overview/system-overview#storage-architecture)." {% ifversion ghes %} diff --git a/data/reusables/enterprise_installation/hotpatching-explanation.md b/data/reusables/enterprise_installation/hotpatching-explanation.md index 78fd20a44b09..9eff688e9880 100644 --- a/data/reusables/enterprise_installation/hotpatching-explanation.md +++ b/data/reusables/enterprise_installation/hotpatching-explanation.md @@ -2,6 +2,6 @@ You can upgrade {% data variables.product.prodname_ghe_server %} to the latest p You can use hotpatching to upgrade to a newer patch release, but not a feature release. For example, you can upgrade from 2.10.1 to 2.10.5 because they are in the same feature series, but not from 2.10.9 to 2.11.0 because they are in a different feature series. -Hotpatches do not generally require a reboot. If a hotpatch does require a reboot, the {% data variables.product.product_name %} release notes will indicate the requirement. +Hotpatches do not always require a reboot. When you install the hotpatch, you'll see a message in the terminal if any of the packages need a reboot to complete the update. You can schedule this reboot at a convenient time but we recommend rebooting as soon as practical, especially if there are any security fixes. Hotpatches require a configuration run, which can cause a brief period of errors or unresponsiveness for some or all services on {% data variables.location.product_location %}. You are not required to enable maintenance mode during installation of a hotpatch, but doing so will guarantee that users see a maintenance page instead of errors or timeouts. See "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/enabling-and-scheduling-maintenance-mode)." diff --git a/data/reusables/permissions/repo-checkout.md b/data/reusables/permissions/repo-checkout.md new file mode 100644 index 000000000000..b88d73a5cda4 --- /dev/null +++ b/data/reusables/permissions/repo-checkout.md @@ -0,0 +1 @@ +Users with **read** access to a repository diff --git a/data/reusables/rai/code-scanning/gated-feature-autofix.md b/data/reusables/rai/code-scanning/gated-feature-autofix.md index f8bc26c8aed4..b22b2fe0df3f 100644 --- a/data/reusables/rai/code-scanning/gated-feature-autofix.md +++ b/data/reusables/rai/code-scanning/gated-feature-autofix.md @@ -1 +1,4 @@ -{% data variables.product.prodname_copilot_autofix %} for {% data variables.product.prodname_code_scanning %} is available for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. {% data variables.product.prodname_copilot_autofix %} for {% data variables.product.prodname_code_scanning %} is also available for private repositories owned by organizations that use {% data variables.product.prodname_ghe_cloud %} and have a license for {% data variables.product.prodname_GH_advanced_security %}. For more information, see "[AUTOTITLE](/get-started/learning-about-github/about-github-advanced-security)." +{% data variables.product.prodname_copilot_autofix %} for {% data variables.product.prodname_code_scanning %} is available for the following repository types: + +* Public repositories on {% data variables.product.prodname_dotcom_the_website %} +* Organization-owned repositories on {% data variables.product.prodname_ghe_cloud %} with [{% data variables.product.prodname_GH_advanced_security %}](/get-started/learning-about-github/about-github-advanced-security) enabled diff --git a/data/reusables/rai/copilot/copilot-chat-ide-leveraging-web-search.md b/data/reusables/rai/copilot/copilot-chat-ide-leveraging-web-search.md index 4289c1c7e9d1..c3fe82b2d504 100644 --- a/data/reusables/rai/copilot/copilot-chat-ide-leveraging-web-search.md +++ b/data/reusables/rai/copilot/copilot-chat-ide-leveraging-web-search.md @@ -1,8 +1,7 @@ ### Leveraging a web search to answer a question > [!NOTE] -> * Bing search integration in {% data variables.product.prodname_copilot_chat_short %} is currently in {% data variables.release-phases.public_preview %} and is subject to change. -> * The `@github` chat participant in {% data variables.product.prodname_vscode_shortname %} and {% data variables.product.prodname_vs %} is currently in {% data variables.release-phases.public_preview %} and is subject to change. For more information, see "[Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms)." +> Bing search integration in {% data variables.product.prodname_copilot_chat_short %} is currently in {% data variables.release-phases.public_preview %} and is subject to change. When you use the `@github` chat participant, {% data variables.product.prodname_copilot_chat %} can use a Bing search to help answer your question if this has been enabled by your administrator. diff --git a/data/reusables/security-overview/download-csv-files.md b/data/reusables/security-overview/download-csv-files.md index ef40b639fd8d..6d44581080fc 100644 --- a/data/reusables/security-overview/download-csv-files.md +++ b/data/reusables/security-overview/download-csv-files.md @@ -1 +1 @@ -You can download comma-separated values (CSV) files containing data from the {% ifversion security-overview-export-dashboard-data %} overview, {% endif %}risk and coverage pages of your organization's security overview. These files can be used for efforts like security research and in-depth data analysis, and can integrate easily with external datasets. +You can download comma-separated values (CSV) files containing data from the "Overview", "Risk", "Coverage" and "{% data variables.product.prodname_codeql %} pull request alerts" pages of your organization's security overview. These files can be used for efforts like security research and in-depth data analysis, and can integrate easily with external datasets. diff --git a/data/reusables/user-settings/set_your_email_address_in_git.md b/data/reusables/user-settings/set_your_email_address_in_git.md index 44ac4e6a5323..e0d750f7d704 100644 --- a/data/reusables/user-settings/set_your_email_address_in_git.md +++ b/data/reusables/user-settings/set_your_email_address_in_git.md @@ -1 +1 @@ -Set an email address in Git. You can use {% ifversion fpt or ghec %}your [{% data variables.product.product_name %}-provided `noreply` email address](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address) or {% endif %}any email address. +Set an email address in Git. You can use {% ifversion fpt or ghec %}your [{% data variables.product.product_name %}-provided `noreply` email address](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address#about-no-reply-email) or {% endif %}any email address. diff --git a/package-lock.json b/package-lock.json index 1ae70a209830..ccebe9df887f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "highlightjs-curl": "^1.3.0", "hot-shots": "^10.0.0", "html-entities": "^2.5.2", - "http-proxy-middleware": "3.0.0", + "http-proxy-middleware": "3.0.3", "imurmurhash": "^0.1.4", "is-svg": "5.0.0", "javascript-stringify": "^2.1.0", @@ -102,12 +102,12 @@ "devDependencies": { "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", - "@axe-core/playwright": "^4.9.1", + "@axe-core/playwright": "^4.10.0", "@github/markdownlint-github": "^0.6.2", "@graphql-inspector/core": "^6.1.0", "@graphql-tools/load": "^8.0.0", "@octokit/rest": "21.0.2", - "@playwright/test": "1.46.1", + "@playwright/test": "^1.48.1", "@types/accept-language-parser": "1.5.6", "@types/connect-datadog": "0.0.10", "@types/connect-timeout": "0.0.39", @@ -169,7 +169,7 @@ "website-scraper": "^5.3.1" }, "engines": { - "node": "^18 || ^20 || ^22" + "node": "^20 || ^22" }, "optionalDependencies": { "esm": "^3.2.25" @@ -385,12 +385,13 @@ } }, "node_modules/@axe-core/playwright": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.9.1.tgz", - "integrity": "sha512-8m4WZbZq7/aq7ZY5IG8GqV+ZdvtGn/iJdom+wBg+iv/3BAOBIfNQtIu697a41438DzEEyptXWmC3Xl5Kx/o9/g==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.10.0.tgz", + "integrity": "sha512-kEr3JPEVUSnKIYp/egV2jvFj+chIjCjPp3K3zlpJMza/CB3TFw8UZNbI9agEC2uMz4YbgAOyzlbUy0QS+OofFA==", "dev": true, + "license": "MPL-2.0", "dependencies": { - "axe-core": "~4.9.1" + "axe-core": "~4.10.0" }, "peerDependencies": { "playwright-core": ">= 1.0.0" @@ -2604,12 +2605,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.46.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.46.1.tgz", - "integrity": "sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.1.tgz", + "integrity": "sha512-s9RtWoxkOLmRJdw3oFvhFbs9OJS0BzrLUc8Hf6l2UdCNd1rqeEyD4BhCJkvzeEoD1FsK4mirsWwGerhVmYKtZg==", "devOptional": true, + "license": "Apache-2.0", "dependencies": { - "playwright": "1.46.1" + "playwright": "1.48.1" }, "bin": { "playwright": "cli.js" @@ -3285,9 +3287,9 @@ "dev": true }, "node_modules/@types/http-proxy": { - "version": "1.17.14", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", - "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", + "version": "1.17.15", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz", + "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==", "dependencies": { "@types/node": "*" } @@ -4113,10 +4115,11 @@ } }, "node_modules/axe-core": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.9.1.tgz", - "integrity": "sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.1.tgz", + "integrity": "sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==", "dev": true, + "license": "MPL-2.0", "engines": { "node": ">=4" } @@ -6112,16 +6115,6 @@ "deep-equal": "^2.0.5" } }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/axe-core": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.0.tgz", - "integrity": "sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==", - "dev": true, - "license": "MPL-2.0", - "engines": { - "node": ">=4" - } - }, "node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -8161,31 +8154,42 @@ } }, "node_modules/http-proxy-middleware": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.0.tgz", - "integrity": "sha512-36AV1fIaI2cWRzHo+rbcxhe3M3jUDCNzc4D5zRl57sEWRAxdXYtw7FSQKYY6PDKssiAKjLYypbssHk+xs/kMXw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz", + "integrity": "sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==", "dependencies": { - "@types/http-proxy": "^1.17.10", - "debug": "^4.3.4", + "@types/http-proxy": "^1.17.15", + "debug": "^4.3.6", "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.5" + "is-glob": "^4.0.3", + "is-plain-object": "^5.0.0", + "micromatch": "^4.0.8" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/http-proxy-middleware/node_modules/is-plain-obj": { - "version": "3.0.0", - "license": "MIT", + "node_modules/http-proxy-middleware/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dependencies": { + "ms": "^2.1.3" + }, "engines": { - "node": ">=10" + "node": ">=6.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, + "node_modules/http-proxy-middleware/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, "node_modules/http-status-code": { "version": "2.1.0", "dev": true, @@ -8677,6 +8681,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/is-regex": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", @@ -11545,12 +11557,13 @@ } }, "node_modules/playwright": { - "version": "1.46.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.1.tgz", - "integrity": "sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.1.tgz", + "integrity": "sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==", "devOptional": true, + "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.46.1" + "playwright-core": "1.48.1" }, "bin": { "playwright": "cli.js" @@ -11563,10 +11576,11 @@ } }, "node_modules/playwright-core": { - "version": "1.46.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz", - "integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.1.tgz", + "integrity": "sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==", "devOptional": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index d9ee1dcd7ebe..17ae073dc21c 100644 --- a/package.json +++ b/package.json @@ -270,7 +270,7 @@ "highlightjs-curl": "^1.3.0", "hot-shots": "^10.0.0", "html-entities": "^2.5.2", - "http-proxy-middleware": "3.0.0", + "http-proxy-middleware": "3.0.3", "imurmurhash": "^0.1.4", "is-svg": "5.0.0", "javascript-stringify": "^2.1.0", @@ -320,12 +320,12 @@ "devDependencies": { "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", - "@axe-core/playwright": "^4.9.1", + "@axe-core/playwright": "^4.10.0", "@github/markdownlint-github": "^0.6.2", "@graphql-inspector/core": "^6.1.0", "@graphql-tools/load": "^8.0.0", "@octokit/rest": "21.0.2", - "@playwright/test": "1.46.1", + "@playwright/test": "^1.48.1", "@types/accept-language-parser": "1.5.6", "@types/connect-datadog": "0.0.10", "@types/connect-timeout": "0.0.39", @@ -391,7 +391,7 @@ "esm": "^3.2.25" }, "engines": { - "node": "^18 || ^20 || ^22" + "node": "^20 || ^22" }, "cacheDirectories": [ "node_modules", diff --git a/src/audit-logs/data/fpt/organization.json b/src/audit-logs/data/fpt/organization.json index b730c4319473..5ce31ba76feb 100644 --- a/src/audit-logs/data/fpt/organization.json +++ b/src/audit-logs/data/fpt/organization.json @@ -3024,6 +3024,11 @@ "description": "GitHub detected a secret and created a secret scanning alert.", "docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning" }, + { + "action": "secret_scanning_alert.public_leak", + "description": "A secret scanning alert was leaked in a public repo.", + "docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning" + }, { "action": "secret_scanning_alert.reopen", "description": "A secret scanning alert was reopened.", diff --git a/src/audit-logs/data/fpt/user.json b/src/audit-logs/data/fpt/user.json index 732408ee7f4e..f6392625eb24 100644 --- a/src/audit-logs/data/fpt/user.json +++ b/src/audit-logs/data/fpt/user.json @@ -64,11 +64,21 @@ "description": "A CSV export was requested on the \"CodeQL pull request alerts\" page.", "docs_reference_links": "N/A" }, + { + "action": "business.security_center_export_coverage", + "description": "A CSV export was requested on the \"Coverage\" page.", + "docs_reference_links": "N/A" + }, { "action": "business.security_center_export_overview_dashboard", "description": "A CSV export was requested on the \"Overview Dashboard\" page.", "docs_reference_links": "N/A" }, + { + "action": "business.security_center_export_risk", + "description": "A CSV export was requested on the \"Risk\" page.", + "docs_reference_links": "N/A" + }, { "action": "business.set_actions_fork_pr_approvals_policy", "description": "The policy for requiring approvals for workflows from public forks was changed for an enterprise.", diff --git a/src/audit-logs/data/ghec/enterprise.json b/src/audit-logs/data/ghec/enterprise.json index 95e5ce70a9fd..d816f6fbd3f9 100644 --- a/src/audit-logs/data/ghec/enterprise.json +++ b/src/audit-logs/data/ghec/enterprise.json @@ -36,7 +36,7 @@ }, { "action": "api.request", - "description": "An API request was made to a security-significant endpoint for the enterprise. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", + "description": "An API request was made to an endpoint for the enterprise, or an enterprise owned resource. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", "docs_reference_links": "/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise#enabling-audit-log-streaming-of-api-requests" }, { @@ -564,11 +564,21 @@ "description": "A CSV export was requested on the \"CodeQL pull request alerts\" page.", "docs_reference_links": "N/A" }, + { + "action": "business.security_center_export_coverage", + "description": "A CSV export was requested on the \"Coverage\" page.", + "docs_reference_links": "N/A" + }, { "action": "business.security_center_export_overview_dashboard", "description": "A CSV export was requested on the \"Overview Dashboard\" page.", "docs_reference_links": "N/A" }, + { + "action": "business.security_center_export_risk", + "description": "A CSV export was requested on the \"Risk\" page.", + "docs_reference_links": "N/A" + }, { "action": "business.set_actions_fork_pr_approvals_policy", "description": "The policy for requiring approvals for workflows from public forks was changed for an enterprise.", @@ -3664,6 +3674,26 @@ "description": "Secret scanning push protection was enabled for a repository.", "docs_reference_links": "/code-security/secret-scanning/protecting-pushes-with-secret-scanning" }, + { + "action": "repository_security_configuration.applied", + "description": "A code security configuration was applied to a repository.", + "docs_reference_links": "N/A" + }, + { + "action": "repository_security_configuration.failed", + "description": "A code security configuration failed to attach to the repository.", + "docs_reference_links": "N/A" + }, + { + "action": "repository_security_configuration.removed", + "description": "A code security configuration was removed from a repository.", + "docs_reference_links": "N/A" + }, + { + "action": "repository_security_configuration.removed_by_settings_change", + "description": "A code security configuration was removed due to a change in repository or enterprise settings.", + "docs_reference_links": "N/A" + }, { "action": "repository_visibility_change.clear", "description": "The repository visibility change setting was cleared for an organization or enterprise.", @@ -3779,6 +3809,11 @@ "description": "GitHub detected a secret and created a secret scanning alert.", "docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning" }, + { + "action": "secret_scanning_alert.public_leak", + "description": "A secret scanning alert was leaked in a public repo.", + "docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning" + }, { "action": "secret_scanning_alert.reopen", "description": "A secret scanning alert was reopened.", diff --git a/src/audit-logs/data/ghec/organization.json b/src/audit-logs/data/ghec/organization.json index b730c4319473..5ce31ba76feb 100644 --- a/src/audit-logs/data/ghec/organization.json +++ b/src/audit-logs/data/ghec/organization.json @@ -3024,6 +3024,11 @@ "description": "GitHub detected a secret and created a secret scanning alert.", "docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning" }, + { + "action": "secret_scanning_alert.public_leak", + "description": "A secret scanning alert was leaked in a public repo.", + "docs_reference_links": "/code-security/secret-scanning/managing-alerts-from-secret-scanning" + }, { "action": "secret_scanning_alert.reopen", "description": "A secret scanning alert was reopened.", diff --git a/src/audit-logs/data/ghec/user.json b/src/audit-logs/data/ghec/user.json index 732408ee7f4e..f6392625eb24 100644 --- a/src/audit-logs/data/ghec/user.json +++ b/src/audit-logs/data/ghec/user.json @@ -64,11 +64,21 @@ "description": "A CSV export was requested on the \"CodeQL pull request alerts\" page.", "docs_reference_links": "N/A" }, + { + "action": "business.security_center_export_coverage", + "description": "A CSV export was requested on the \"Coverage\" page.", + "docs_reference_links": "N/A" + }, { "action": "business.security_center_export_overview_dashboard", "description": "A CSV export was requested on the \"Overview Dashboard\" page.", "docs_reference_links": "N/A" }, + { + "action": "business.security_center_export_risk", + "description": "A CSV export was requested on the \"Risk\" page.", + "docs_reference_links": "N/A" + }, { "action": "business.set_actions_fork_pr_approvals_policy", "description": "The policy for requiring approvals for workflows from public forks was changed for an enterprise.", diff --git a/src/audit-logs/data/ghes-3.11/enterprise.json b/src/audit-logs/data/ghes-3.11/enterprise.json index b9625490a0b8..33899ea78129 100644 --- a/src/audit-logs/data/ghes-3.11/enterprise.json +++ b/src/audit-logs/data/ghes-3.11/enterprise.json @@ -31,7 +31,7 @@ }, { "action": "api.request", - "description": "An API request was made to a security-significant endpoint for the enterprise. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", + "description": "An API request was made to an endpoint for the enterprise, or an enterprise owned resource. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", "docs_reference_links": "/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise#enabling-audit-log-streaming-of-api-requests" }, { diff --git a/src/audit-logs/data/ghes-3.12/enterprise.json b/src/audit-logs/data/ghes-3.12/enterprise.json index 7b06ca1baba9..57e0dbe0f05d 100644 --- a/src/audit-logs/data/ghes-3.12/enterprise.json +++ b/src/audit-logs/data/ghes-3.12/enterprise.json @@ -31,7 +31,7 @@ }, { "action": "api.request", - "description": "An API request was made to a security-significant endpoint for the enterprise. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", + "description": "An API request was made to an endpoint for the enterprise, or an enterprise owned resource. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", "docs_reference_links": "/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise#enabling-audit-log-streaming-of-api-requests" }, { diff --git a/src/audit-logs/data/ghes-3.13/enterprise.json b/src/audit-logs/data/ghes-3.13/enterprise.json index cd97fa9fed3b..fc2c81cb967e 100644 --- a/src/audit-logs/data/ghes-3.13/enterprise.json +++ b/src/audit-logs/data/ghes-3.13/enterprise.json @@ -31,7 +31,7 @@ }, { "action": "api.request", - "description": "An API request was made to a security-significant endpoint for the enterprise. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", + "description": "An API request was made to an endpoint for the enterprise, or an enterprise owned resource. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", "docs_reference_links": "/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise#enabling-audit-log-streaming-of-api-requests" }, { diff --git a/src/audit-logs/data/ghes-3.14/enterprise.json b/src/audit-logs/data/ghes-3.14/enterprise.json index 38b4c99d2376..5017309617bf 100644 --- a/src/audit-logs/data/ghes-3.14/enterprise.json +++ b/src/audit-logs/data/ghes-3.14/enterprise.json @@ -31,7 +31,7 @@ }, { "action": "api.request", - "description": "An API request was made to a security-significant endpoint for the enterprise. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", + "description": "An API request was made to an endpoint for the enterprise, or an enterprise owned resource. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", "docs_reference_links": "/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise#enabling-audit-log-streaming-of-api-requests" }, { diff --git a/src/audit-logs/data/ghes-3.15/enterprise.json b/src/audit-logs/data/ghes-3.15/enterprise.json index 456e0876df21..34c2111377ff 100644 --- a/src/audit-logs/data/ghes-3.15/enterprise.json +++ b/src/audit-logs/data/ghes-3.15/enterprise.json @@ -31,7 +31,7 @@ }, { "action": "api.request", - "description": "An API request was made to a security-significant endpoint for the enterprise. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", + "description": "An API request was made to an endpoint for the enterprise, or an enterprise owned resource. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.", "docs_reference_links": "/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise#enabling-audit-log-streaming-of-api-requests" }, { diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index a670cdfa3914..203765980b75 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -3,5 +3,5 @@ "apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", "apiRequestEvent": "This event is only available via audit log streaming." }, - "sha": "96b459aaf32e993f2746b92479c4bc3cf3331b25" + "sha": "50b493f0914184eb8479e18ead886625a6fc2ed6" } \ No newline at end of file diff --git a/src/ghes-releases/lib/enterprise-dates.json b/src/ghes-releases/lib/enterprise-dates.json index 80ba9d16484f..480888b91e4e 100644 --- a/src/ghes-releases/lib/enterprise-dates.json +++ b/src/ghes-releases/lib/enterprise-dates.json @@ -170,5 +170,13 @@ "3.18": { "releaseDate": "2025-08-05", "deprecationDate": "2026-08-26" + }, + "3.19": { + "releaseDate": "2025-11-11", + "deprecationDate": "2026-12-02" + }, + "3.20": { + "releaseDate": "2026-02-17", + "deprecationDate": "2027-03-10" } } \ No newline at end of file diff --git a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json index 1afc805e1099..0629285aca10 100644 --- a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json @@ -3392,7 +3392,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3401,7 +3401,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3410,7 +3410,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -4332,7 +4332,7 @@ "subcategory": "dependency-review", "verb": "get", "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, + "additional-permissions": false, "access": "read" }, { @@ -6240,15 +6240,6 @@ "additional-permissions": false, "access": "read" }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, - "access": "read" - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json index 5062b2b05e6c..46760e6544a6 100644 --- a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json @@ -4491,19 +4491,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json index 8ca9de217ea7..fd23dc84ada8 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json @@ -4157,7 +4157,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -4168,7 +4168,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -4179,7 +4179,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -5296,7 +5296,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": true + "additional-permissions": false }, { "category": "dependency-graph", @@ -7624,17 +7624,6 @@ "server-to-server": true, "additional-permissions": false }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": true - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json index fe1be3eadf86..d128afd8ec0a 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json @@ -4023,19 +4023,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json b/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json index 5062b2b05e6c..46760e6544a6 100644 --- a/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json @@ -4491,19 +4491,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json index 2a592a9705ba..953d84b99cd6 100644 --- a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json @@ -218,7 +218,7 @@ }, { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -569,7 +569,7 @@ }, { "category": "orgs", - "slug": "deprecated---get-a-custom-role", + "slug": "closing-down---get-a-custom-role", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/custom_roles/{role_id}", @@ -578,7 +578,7 @@ }, { "category": "orgs", - "slug": "deprecated---list-fine-grained-permissions-for-an-organization", + "slug": "closing-down---list-fine-grained-permissions-for-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/fine_grained_permissions", @@ -962,7 +962,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -1016,7 +1016,7 @@ }, { "category": "orgs", - "slug": "deprecated---create-a-custom-role", + "slug": "closing-down---create-a-custom-role", "subcategory": "custom-roles", "verb": "post", "requestPath": "/orgs/{org}/custom_roles", @@ -1025,7 +1025,7 @@ }, { "category": "orgs", - "slug": "deprecated---get-a-custom-role", + "slug": "closing-down---get-a-custom-role", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/custom_roles/{role_id}", @@ -1034,7 +1034,7 @@ }, { "category": "orgs", - "slug": "deprecated---update-a-custom-role", + "slug": "closing-down---update-a-custom-role", "subcategory": "custom-roles", "verb": "patch", "requestPath": "/orgs/{org}/custom_roles/{role_id}", @@ -1043,7 +1043,7 @@ }, { "category": "orgs", - "slug": "deprecated---delete-a-custom-role", + "slug": "closing-down---delete-a-custom-role", "subcategory": "custom-roles", "verb": "delete", "requestPath": "/orgs/{org}/custom_roles/{role_id}", @@ -1052,7 +1052,7 @@ }, { "category": "orgs", - "slug": "deprecated---list-fine-grained-permissions-for-an-organization", + "slug": "closing-down---list-fine-grained-permissions-for-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/fine_grained_permissions", @@ -3986,7 +3986,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3995,7 +3995,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -4004,7 +4004,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -4926,7 +4926,7 @@ "subcategory": "dependency-review", "verb": "get", "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, + "additional-permissions": false, "access": "read" }, { @@ -6834,15 +6834,6 @@ "additional-permissions": false, "access": "read" }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, - "access": "read" - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json index 4e413110efb9..c1ff41097989 100644 --- a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json @@ -3201,7 +3201,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3303,25 +3303,25 @@ "requestPath": "/orgs/{org}/custom-repository-roles/{role_id}" }, { - "slug": "deprecated---create-a-custom-role", + "slug": "closing-down---create-a-custom-role", "subcategory": "custom-roles", "verb": "post", "requestPath": "/orgs/{org}/custom_roles" }, { - "slug": "deprecated---get-a-custom-role", + "slug": "closing-down---get-a-custom-role", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/custom_roles/{role_id}" }, { - "slug": "deprecated---update-a-custom-role", + "slug": "closing-down---update-a-custom-role", "subcategory": "custom-roles", "verb": "patch", "requestPath": "/orgs/{org}/custom_roles/{role_id}" }, { - "slug": "deprecated---delete-a-custom-role", + "slug": "closing-down---delete-a-custom-role", "subcategory": "custom-roles", "verb": "delete", "requestPath": "/orgs/{org}/custom_roles/{role_id}" @@ -3333,7 +3333,7 @@ "requestPath": "/orgs/{org}/failed_invitations" }, { - "slug": "deprecated---list-fine-grained-permissions-for-an-organization", + "slug": "closing-down---list-fine-grained-permissions-for-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/fine_grained_permissions" @@ -4765,19 +4765,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json index ecaa0b2d744e..afafb49ada50 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json @@ -341,7 +341,7 @@ }, { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -770,7 +770,7 @@ }, { "category": "orgs", - "slug": "deprecated---get-a-custom-role", + "slug": "closing-down---get-a-custom-role", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/custom_roles/{role_id}", @@ -781,7 +781,7 @@ }, { "category": "orgs", - "slug": "deprecated---list-fine-grained-permissions-for-an-organization", + "slug": "closing-down---list-fine-grained-permissions-for-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/fine_grained_permissions", @@ -1245,7 +1245,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -1311,7 +1311,7 @@ }, { "category": "orgs", - "slug": "deprecated---create-a-custom-role", + "slug": "closing-down---create-a-custom-role", "subcategory": "custom-roles", "verb": "post", "requestPath": "/orgs/{org}/custom_roles", @@ -1322,7 +1322,7 @@ }, { "category": "orgs", - "slug": "deprecated---get-a-custom-role", + "slug": "closing-down---get-a-custom-role", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/custom_roles/{role_id}", @@ -1333,7 +1333,7 @@ }, { "category": "orgs", - "slug": "deprecated---update-a-custom-role", + "slug": "closing-down---update-a-custom-role", "subcategory": "custom-roles", "verb": "patch", "requestPath": "/orgs/{org}/custom_roles/{role_id}", @@ -1344,7 +1344,7 @@ }, { "category": "orgs", - "slug": "deprecated---delete-a-custom-role", + "slug": "closing-down---delete-a-custom-role", "subcategory": "custom-roles", "verb": "delete", "requestPath": "/orgs/{org}/custom_roles/{role_id}", @@ -1355,7 +1355,7 @@ }, { "category": "orgs", - "slug": "deprecated---list-fine-grained-permissions-for-an-organization", + "slug": "closing-down---list-fine-grained-permissions-for-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/fine_grained_permissions", @@ -4917,7 +4917,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -4928,7 +4928,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -4939,7 +4939,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -6056,7 +6056,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": true + "additional-permissions": false }, { "category": "dependency-graph", @@ -8384,17 +8384,6 @@ "server-to-server": true, "additional-permissions": false }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": true - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json index c8b197693688..7a0107e51f09 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json @@ -2721,7 +2721,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -2823,25 +2823,25 @@ "requestPath": "/orgs/{org}/custom-repository-roles/{role_id}" }, { - "slug": "deprecated---create-a-custom-role", + "slug": "closing-down---create-a-custom-role", "subcategory": "custom-roles", "verb": "post", "requestPath": "/orgs/{org}/custom_roles" }, { - "slug": "deprecated---get-a-custom-role", + "slug": "closing-down---get-a-custom-role", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/custom_roles/{role_id}" }, { - "slug": "deprecated---update-a-custom-role", + "slug": "closing-down---update-a-custom-role", "subcategory": "custom-roles", "verb": "patch", "requestPath": "/orgs/{org}/custom_roles/{role_id}" }, { - "slug": "deprecated---delete-a-custom-role", + "slug": "closing-down---delete-a-custom-role", "subcategory": "custom-roles", "verb": "delete", "requestPath": "/orgs/{org}/custom_roles/{role_id}" @@ -2853,7 +2853,7 @@ "requestPath": "/orgs/{org}/failed_invitations" }, { - "slug": "deprecated---list-fine-grained-permissions-for-an-organization", + "slug": "closing-down---list-fine-grained-permissions-for-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/fine_grained_permissions" @@ -4297,19 +4297,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json index 4e413110efb9..c1ff41097989 100644 --- a/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json @@ -3201,7 +3201,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3303,25 +3303,25 @@ "requestPath": "/orgs/{org}/custom-repository-roles/{role_id}" }, { - "slug": "deprecated---create-a-custom-role", + "slug": "closing-down---create-a-custom-role", "subcategory": "custom-roles", "verb": "post", "requestPath": "/orgs/{org}/custom_roles" }, { - "slug": "deprecated---get-a-custom-role", + "slug": "closing-down---get-a-custom-role", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/custom_roles/{role_id}" }, { - "slug": "deprecated---update-a-custom-role", + "slug": "closing-down---update-a-custom-role", "subcategory": "custom-roles", "verb": "patch", "requestPath": "/orgs/{org}/custom_roles/{role_id}" }, { - "slug": "deprecated---delete-a-custom-role", + "slug": "closing-down---delete-a-custom-role", "subcategory": "custom-roles", "verb": "delete", "requestPath": "/orgs/{org}/custom_roles/{role_id}" @@ -3333,7 +3333,7 @@ "requestPath": "/orgs/{org}/failed_invitations" }, { - "slug": "deprecated---list-fine-grained-permissions-for-an-organization", + "slug": "closing-down---list-fine-grained-permissions-for-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/orgs/{org}/fine_grained_permissions" @@ -4765,19 +4765,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat-permissions.json index 18033391bf1f..342d207e3bbc 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat-permissions.json @@ -164,7 +164,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -413,7 +413,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -2861,7 +2861,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -2870,7 +2870,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -2879,7 +2879,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -3411,7 +3411,7 @@ "subcategory": "dependency-review", "verb": "get", "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, + "additional-permissions": false, "access": "read" }, { @@ -5157,15 +5157,6 @@ "additional-permissions": false, "access": "read" }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, - "access": "read" - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat.json index 06149968dc53..0d271a5d53b2 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat.json @@ -2535,7 +2535,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3709,19 +3709,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-permissions.json index a1c9de548925..948c4f433505 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-permissions.json @@ -198,7 +198,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -501,7 +501,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -3473,7 +3473,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3484,7 +3484,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3495,7 +3495,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -4142,7 +4142,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": true + "additional-permissions": false }, { "category": "dependency-graph", @@ -6272,17 +6272,6 @@ "server-to-server": true, "additional-permissions": false }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": true - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-rest.json index b9cb6ee9d464..42c44b088bc4 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-rest.json @@ -2341,7 +2341,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3527,19 +3527,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.10-2022-11-28/user-to-server-rest.json index 06149968dc53..0d271a5d53b2 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/user-to-server-rest.json @@ -2535,7 +2535,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3709,19 +3709,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat-permissions.json index 14af012bc189..7d239de7824c 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat-permissions.json @@ -164,7 +164,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -458,7 +458,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -2933,7 +2933,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -2942,7 +2942,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -2951,7 +2951,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -3492,7 +3492,7 @@ "subcategory": "dependency-review", "verb": "get", "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, + "additional-permissions": false, "access": "read" }, { @@ -5265,15 +5265,6 @@ "additional-permissions": false, "access": "read" }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, - "access": "read" - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat.json index 7f91cf2f3b67..9460fb9f644f 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat.json @@ -2535,7 +2535,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3781,19 +3781,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-permissions.json index 22de3fd8dfa3..2570e98b676d 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-permissions.json @@ -198,7 +198,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -556,7 +556,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -3561,7 +3561,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3572,7 +3572,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3583,7 +3583,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -4241,7 +4241,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": true + "additional-permissions": false }, { "category": "dependency-graph", @@ -6404,17 +6404,6 @@ "server-to-server": true, "additional-permissions": false }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": true - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-rest.json index 30fff0f3f008..fb019fbd3ed1 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-rest.json @@ -2341,7 +2341,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3599,19 +3599,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.11-2022-11-28/user-to-server-rest.json index 7f91cf2f3b67..9460fb9f644f 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/user-to-server-rest.json @@ -2535,7 +2535,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3781,19 +3781,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json index 9f67f5104264..a72de06bf83c 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json @@ -164,7 +164,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -476,7 +476,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -2978,7 +2978,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -2987,7 +2987,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -2996,7 +2996,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -3537,7 +3537,7 @@ "subcategory": "dependency-review", "verb": "get", "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, + "additional-permissions": false, "access": "read" }, { @@ -5310,15 +5310,6 @@ "additional-permissions": false, "access": "read" }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, - "access": "read" - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat.json index 22742571a7e4..e4e1f3d0f720 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat.json @@ -2541,7 +2541,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3811,19 +3811,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json index aa81767ffb2e..b086feb48d4d 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json @@ -198,7 +198,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -578,7 +578,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -3616,7 +3616,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3627,7 +3627,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3638,7 +3638,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -4296,7 +4296,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": true + "additional-permissions": false }, { "category": "dependency-graph", @@ -6459,17 +6459,6 @@ "server-to-server": true, "additional-permissions": false }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": true - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-rest.json index d86703bd11d1..248692d4dbef 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-rest.json @@ -2347,7 +2347,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3629,19 +3629,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.12-2022-11-28/user-to-server-rest.json index 22742571a7e4..e4e1f3d0f720 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/user-to-server-rest.json @@ -2541,7 +2541,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3811,19 +3811,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json index b6c8df1de31b..2e3516146022 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json @@ -164,7 +164,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -545,7 +545,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -3047,7 +3047,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3056,7 +3056,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3065,7 +3065,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -3606,7 +3606,7 @@ "subcategory": "dependency-review", "verb": "get", "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, + "additional-permissions": false, "access": "read" }, { @@ -5421,15 +5421,6 @@ "additional-permissions": false, "access": "read" }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, - "access": "read" - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat.json index 8b2544a64b50..b8729a887cdd 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat.json @@ -2541,7 +2541,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3877,19 +3877,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json index 849cd9540249..42e83e4544f5 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json @@ -198,7 +198,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -661,7 +661,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -3699,7 +3699,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3710,7 +3710,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3721,7 +3721,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -4379,7 +4379,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": true + "additional-permissions": false }, { "category": "dependency-graph", @@ -6592,17 +6592,6 @@ "server-to-server": true, "additional-permissions": false }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": true - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-rest.json index 22547b502026..1f0457cbf9cb 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-rest.json @@ -2347,7 +2347,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3695,19 +3695,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.13-2022-11-28/user-to-server-rest.json index 8b2544a64b50..b8729a887cdd 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/user-to-server-rest.json @@ -2541,7 +2541,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3877,19 +3877,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json index 17bb93d7cdef..d935819dae3a 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json @@ -164,7 +164,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -605,7 +605,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -3179,7 +3179,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3188,7 +3188,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3197,7 +3197,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -3738,7 +3738,7 @@ "subcategory": "dependency-review", "verb": "get", "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, + "additional-permissions": false, "access": "read" }, { @@ -5553,15 +5553,6 @@ "additional-permissions": false, "access": "read" }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "additional-permissions": true, - "access": "read" - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat.json index f260cf239ee3..4cdd703607eb 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat.json @@ -2541,7 +2541,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3961,19 +3961,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json index 89d5df6ea7a8..0849a3850942 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json @@ -198,7 +198,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -733,7 +733,7 @@ "permissions": [ { "category": "orgs", - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", @@ -3859,7 +3859,7 @@ }, { "category": "repos", - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3870,7 +3870,7 @@ }, { "category": "repos", - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", @@ -3881,7 +3881,7 @@ }, { "category": "repos", - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", @@ -4539,7 +4539,7 @@ "access": "read", "user-to-server": true, "server-to-server": true, - "additional-permissions": true + "additional-permissions": false }, { "category": "dependency-graph", @@ -6752,17 +6752,6 @@ "server-to-server": true, "additional-permissions": false }, - { - "category": "dependency-graph", - "slug": "get-a-diff-of-the-dependencies-between-commits", - "subcategory": "dependency-review", - "verb": "get", - "requestPath": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", - "access": "read", - "user-to-server": true, - "server-to-server": true, - "additional-permissions": true - }, { "category": "issues", "slug": "list-issue-comments-for-a-repository", diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-rest.json index 112399953133..20eb34d039f9 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-rest.json @@ -2347,7 +2347,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3779,19 +3779,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.14-2022-11-28/user-to-server-rest.json index f260cf239ee3..4cdd703607eb 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/user-to-server-rest.json @@ -2541,7 +2541,7 @@ "requestPath": "/organizations" }, { - "slug": "deprecated---list-custom-repository-roles-in-an-organization", + "slug": "closing-down---list-custom-repository-roles-in-an-organization", "subcategory": "custom-roles", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles" @@ -3961,19 +3961,19 @@ "requestPath": "/repos/{owner}/{repo}/tags" }, { - "slug": "deprecated---list-tag-protection-states-for-a-repository", + "slug": "closing-down---list-tag-protection-states-for-a-repository", "subcategory": "tags", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---create-a-tag-protection-state-for-a-repository", + "slug": "closing-down---create-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection" }, { - "slug": "deprecated---delete-a-tag-protection-state-for-a-repository", + "slug": "closing-down---delete-a-tag-protection-state-for-a-repository", "subcategory": "tags", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}" diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 7edb9907f8c4..60d425ca2080 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "e165265240d01bb9ca924b4ace9893455200257e" + "sha": "7c6cc4ee9c2354d4093640bec365415ddd1c3506" } \ No newline at end of file diff --git a/src/landings/components/ProductSelectionCard.tsx b/src/landings/components/ProductSelectionCard.tsx index 6ba80ceff7cd..d60e55ae37b7 100644 --- a/src/landings/components/ProductSelectionCard.tsx +++ b/src/landings/components/ProductSelectionCard.tsx @@ -10,6 +10,11 @@ type ProductSelectionCardProps = { } export const ProductSelectionCard = ({ group }: ProductSelectionCardProps) => { + // Don't display the group if it has no children due to versioning + if (!group.children || group.children.length === 0) { + return null + } + const groupIcon = { height: '22px', } diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index bf0446e8fe55..101d611e258e 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -2723,6 +2723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -3242,7 +3248,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5557,6 +5563,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -9113,6 +9125,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -11414,6 +11432,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -11933,7 +11957,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -12460,6 +12484,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -12979,7 +13009,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -15097,6 +15127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -15616,7 +15652,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -16153,6 +16189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -16672,7 +16714,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -18801,6 +18843,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -23551,6 +23599,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -23713,6 +23767,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -24073,6 +24133,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -24903,6 +24969,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -26331,6 +26403,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -26493,6 +26571,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -26853,6 +26937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -27683,6 +27773,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -28789,6 +28885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -29650,6 +29752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -29812,6 +29920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30172,6 +30286,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -31002,6 +31122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32563,6 +32689,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33187,6 +33319,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33437,6 +33575,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -34864,167 +35008,179 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "triggering_actor": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { + "user_view_type": { "type": "string", "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "triggering_actor": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -35386,6 +35542,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36216,6 +36378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38209,6 +38377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38427,6 +38601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38596,6 +38776,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38842,6 +39028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39155,6 +39347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39451,6 +39649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39970,7 +40174,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -40304,6 +40508,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40734,6 +40944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40978,6 +41194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41747,6 +41969,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41965,6 +42193,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -42134,6 +42368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -42380,6 +42620,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -42693,6 +42939,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -42989,6 +43241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -43508,7 +43766,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -43842,6 +44100,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44272,6 +44536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44516,6 +44786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45279,6 +45555,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45497,6 +45779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45666,6 +45954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45912,6 +46206,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46225,6 +46525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46521,6 +46827,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47040,7 +47352,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -47374,6 +47686,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47804,6 +48122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48048,6 +48372,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48809,6 +49139,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49027,6 +49363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49196,6 +49538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49442,6 +49790,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49755,6 +50109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50051,6 +50411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50570,7 +50936,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -50904,6 +51270,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51334,6 +51706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51578,6 +51956,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52325,6 +52709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52543,6 +52933,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52712,6 +53108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52958,6 +53360,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53271,6 +53679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53567,6 +53981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54086,7 +54506,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -54420,6 +54840,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54850,6 +55276,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55094,6 +55526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55366,7 +55804,7 @@ } ], "previews": [], - "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", + "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -55865,6 +56303,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56083,6 +56527,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56252,6 +56702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56498,6 +56954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56811,6 +57273,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57107,6 +57575,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57626,7 +58100,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -57960,6 +58434,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58390,6 +58870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58634,6 +59120,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59381,6 +59873,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59599,6 +60097,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59768,6 +60272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60014,6 +60524,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60327,6 +60843,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60623,6 +61145,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61142,7 +61670,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -61476,6 +62004,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61906,6 +62440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62150,6 +62690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62908,6 +63454,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63126,6 +63678,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63295,6 +63853,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63541,6 +64105,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63854,6 +64424,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64150,6 +64726,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64669,7 +65251,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -65003,6 +65585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65433,6 +66021,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65677,6 +66271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66435,6 +67035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66653,6 +67259,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66822,6 +67434,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67068,6 +67686,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67381,6 +68005,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67677,6 +68307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68196,7 +68832,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -68530,6 +69166,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68960,6 +69602,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69204,6 +69852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70190,6 +70844,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71323,6 +71983,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72884,6 +73550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73947,6 +74619,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74126,6 +74804,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74344,6 +75028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74523,6 +75213,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -75039,6 +75735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -75558,7 +76260,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -76122,6 +76824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -76641,7 +77349,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -77555,6 +78263,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -78074,7 +78788,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -78495,6 +79209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79014,7 +79734,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -79417,6 +80137,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80124,6 +80850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -81163,6 +81895,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -82087,6 +82825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -82514,6 +83258,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -82966,6 +83716,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -83220,6 +83976,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -83550,6 +84312,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -83946,7 +84714,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -83999,7 +84767,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -84298,6 +85066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -84620,6 +85394,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -85016,7 +85796,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -85069,7 +85849,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -85368,6 +86148,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -85803,7 +86589,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -85863,7 +86649,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -86387,7 +87173,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -86440,7 +87226,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -86820,6 +87606,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -87339,7 +88131,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -87982,7 +88774,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -88042,7 +88834,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -88490,6 +89282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88756,7 +89554,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -88809,7 +89607,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -89098,6 +89896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89445,6 +90249,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89859,6 +90669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90255,7 +91071,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -90308,7 +91124,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -90607,6 +91423,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90934,6 +91756,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -91330,7 +92158,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -91383,7 +92211,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -91682,6 +92510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92007,6 +92841,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92403,7 +93243,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -92456,7 +93296,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92755,6 +93595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93274,6 +94120,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93793,7 +94645,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -94332,6 +95184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94728,7 +95586,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94781,7 +95639,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -95080,6 +95938,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95639,6 +96503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96158,7 +97028,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -99766,6 +100636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100032,7 +100908,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100085,7 +100961,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100374,6 +101250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100780,6 +101662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101046,7 +101934,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -101099,7 +101987,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -101388,6 +102276,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103324,6 +104218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103743,6 +104643,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -104061,6 +104967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -104480,6 +105392,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -104748,6 +105666,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -104923,6 +105844,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -105609,6 +106536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105786,6 +106719,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106241,6 +107180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106660,6 +107605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106978,6 +107929,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107397,6 +108354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107665,6 +108628,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -107840,6 +108806,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -108554,6 +109526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108731,6 +109709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109186,6 +110170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109605,6 +110595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109923,6 +110919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110342,6 +111344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110610,6 +111618,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -110785,6 +111796,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -111605,6 +112622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111782,6 +112805,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112519,6 +113548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112938,6 +113973,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113256,6 +114297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113675,6 +114722,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113943,6 +114996,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -114118,6 +115174,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -114345,7 +115407,7 @@ { "type": "array of strings", "name": "contexts", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", "isRequired": true }, { @@ -114919,6 +115981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115336,6 +116404,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115641,6 +116715,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116058,6 +117138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116376,6 +117462,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116551,6 +117640,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -117359,6 +118454,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117778,6 +118879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118096,6 +119203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118515,6 +119628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -119125,6 +120244,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -119544,6 +120669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -119862,6 +120993,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120281,6 +121418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121062,7 +122205,7 @@ "type": "array of strings", "name": "contexts", "in": "body", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" }, { "type": "array of objects", @@ -121929,6 +123072,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -122104,6 +123250,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -122543,6 +123695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -123012,6 +124170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -123481,6 +124645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -123950,6 +125120,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125627,6 +126803,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125908,6 +127090,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -126189,6 +127377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -126470,6 +127664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127231,6 +128431,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127762,6 +128968,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128456,6 +129668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128987,6 +130205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -129694,6 +130918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130225,6 +131455,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -131167,6 +132403,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -131698,6 +132940,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132777,6 +134025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133308,6 +134562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -134100,6 +135360,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -134631,6 +135897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135584,6 +136856,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135906,6 +137184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137415,6 +138699,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137737,6 +139027,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139082,6 +140378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -140505,6 +141807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -140827,6 +142135,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142408,6 +143722,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142730,6 +144050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -145611,12 +146937,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -145772,6 +147102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -145946,12 +147282,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -146182,6 +147522,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -146944,12 +148290,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -147105,6 +148455,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147279,12 +148635,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -147563,12 +148923,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -147724,6 +149088,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147898,12 +149268,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -148217,12 +149591,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -148378,6 +149756,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148552,12 +149936,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -148825,12 +150213,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -149231,7 +150623,7 @@ } ], "previews": [], - "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nDeprecation notice: The tool_name field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", + "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nClosing down notice: The tool_name field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", "statusCodes": [ { "httpStatusCode": "200", @@ -149954,6 +151346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -150296,6 +151694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -150814,6 +152218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -151325,6 +152735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -152157,6 +153573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -152668,6 +154090,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153500,6 +154928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154011,6 +155445,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154904,6 +156344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155415,6 +156861,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156215,6 +157667,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157323,6 +158781,16 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 17, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -157348,6 +158816,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "enabled", @@ -157377,7 +158846,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -157465,6 +158935,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -157683,6 +159193,49 @@ ], "default": "disabled" }, + { + "type": "string", + "name": "secret_scanning_delegated_bypass", + "in": "body", + "description": "

The enablement status of secret scanning delegated bypass

", + "enum": [ + "enabled", + "disabled", + "not_set" + ], + "default": "disabled" + }, + { + "type": "object", + "name": "secret_scanning_delegated_bypass_options", + "in": "body", + "description": "

Feature options for secret scanning delegated bypass

", + "childParamsGroups": [ + { + "type": "array of objects", + "name": "reviewers", + "description": "

The bypass reviewers for secret scanning delegated bypass

", + "childParamsGroups": [ + { + "type": "integer", + "name": "reviewer_id", + "description": "

The ID of the team or role selected as a bypass reviewer

", + "isRequired": true + }, + { + "type": "string", + "name": "reviewer_type", + "description": "

The type of the bypass reviewer

", + "isRequired": true, + "enum": [ + "TEAM", + "ROLE" + ] + } + ] + } + ] + }, { "type": "string", "name": "secret_scanning_validity_checks", @@ -157780,6 +159333,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -157806,7 +159360,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -157894,6 +159449,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -158023,6 +159618,16 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -158051,6 +159656,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "private_vulnerability_reporting": "enabled", "enforcement": "enforced", @@ -158092,7 +159698,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -158180,6 +159787,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -158415,6 +160062,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -158441,7 +160089,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -158529,6 +160178,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -158748,6 +160437,48 @@ "not_set" ] }, + { + "type": "string", + "name": "secret_scanning_delegated_bypass", + "in": "body", + "description": "

The enablement status of secret scanning delegated bypass

", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_bypass_options", + "in": "body", + "description": "

Feature options for secret scanning delegated bypass

", + "childParamsGroups": [ + { + "type": "array of objects", + "name": "reviewers", + "description": "

The bypass reviewers for secret scanning delegated bypass

", + "childParamsGroups": [ + { + "type": "integer", + "name": "reviewer_id", + "description": "

The ID of the team or role selected as a bypass reviewer

", + "isRequired": true + }, + { + "type": "string", + "name": "reviewer_type", + "description": "

The type of the bypass reviewer

", + "isRequired": true, + "enum": [ + "TEAM", + "ROLE" + ] + } + ] + } + ] + }, { "type": "string", "name": "secret_scanning_validity_checks", @@ -158839,6 +160570,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -158865,7 +160597,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -158953,6 +160686,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -159140,6 +160913,7 @@ "isRequired": true, "enum": [ "all", + "all_without_configurations", "public", "private_or_internal", "selected" @@ -159290,6 +161064,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -159331,7 +161106,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -159419,6 +161195,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -159856,6 +161672,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160322,6 +162144,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -160367,7 +162190,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -160455,6 +162279,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -161319,6 +163183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161481,6 +163351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161673,6 +163549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162756,7 +164638,7 @@ "type": "string", "name": "geo", "in": "body", - "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is being deprecated.

", + "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is closing down.

", "enum": [ "EuropeWest", "SoutheastAsia", @@ -163168,6 +165050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163330,6 +165218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163522,6 +165416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164876,6 +166776,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165038,6 +166944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165230,6 +167142,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166671,6 +168589,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166914,7 +168838,7 @@ "type": "string", "name": "geo", "in": "body", - "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is being deprecated.

", + "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is closing down.

", "enum": [ "EuropeWest", "SoutheastAsia", @@ -167327,6 +169251,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167489,6 +169419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167681,6 +169617,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169036,6 +170978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169198,6 +171146,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169390,6 +171344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171112,6 +173072,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171274,6 +173240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171466,6 +173438,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172541,7 +174519,7 @@ "type": "string", "name": "geo", "in": "body", - "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is being deprecated.

", + "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is closing down.

", "enum": [ "EuropeWest", "SoutheastAsia", @@ -172971,6 +174949,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173133,6 +175117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173325,6 +175315,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174676,6 +176672,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174838,6 +176840,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -175030,6 +177038,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176438,6 +178452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176600,6 +178620,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176792,6 +178818,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -178223,6 +180255,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -178385,6 +180423,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -178577,6 +180621,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -180819,6 +182869,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -180981,6 +183037,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -181173,6 +183235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -181925,6 +183993,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182444,7 +184518,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -182915,6 +184989,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183201,6 +185281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183720,7 +185806,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -184132,6 +186218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -184651,7 +186743,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -185760,6 +187852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185922,6 +188020,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -186114,6 +188218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -187534,6 +189644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -187696,6 +189812,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -187888,6 +190010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -190261,6 +192389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -191889,6 +194023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -192051,6 +194191,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -192243,6 +194389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -194262,6 +196414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -194424,6 +196582,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -194616,6 +196780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -196148,6 +198318,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -196310,6 +198486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -196502,6 +198684,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -199087,6 +201275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -200328,6 +202522,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -200821,6 +203021,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -201626,6 +203832,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -201795,6 +204007,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -202250,6 +204468,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -202675,6 +204899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -203480,6 +205710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -203649,6 +205885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -204122,6 +206364,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -204927,6 +207175,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -205096,6 +207350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -205614,6 +207874,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -206419,6 +208685,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -206588,6 +208860,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207377,6 +209655,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207554,6 +209838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208769,6 +211059,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209064,6 +211360,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209353,6 +211655,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209522,6 +211830,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209690,6 +212004,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210200,6 +212520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210719,7 +213045,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -211017,6 +213343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211321,6 +213653,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211840,7 +214178,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -212138,6 +214476,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212456,6 +214800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213068,6 +215418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213245,6 +215601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214182,6 +216544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214359,6 +216727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214880,6 +217254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215057,6 +217437,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215610,6 +217996,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215787,6 +218179,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216420,6 +218818,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216836,6 +219240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217266,6 +219676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217786,6 +220202,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217977,7 +220399,7 @@ "type": "integer", "name": "line", "in": "body", - "description": "

Deprecated. Use position parameter instead. Line number in the file to comment on.

" + "description": "

Closing down notice. Use position parameter instead. Line number in the file to comment on.

" } ], "progAccess": { @@ -218234,6 +220656,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218812,6 +221240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219815,6 +222249,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220196,6 +222636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220511,7 +222957,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,\nand number of active users by editor and language for each day. See the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Only owners and billing managers can view Copilot usage metrics for the enterprise.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,\nand number of active users by editor and language for each day. See the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Only owners and billing managers can view Copilot usage metrics for the enterprise.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Note

\n

\nThis endpoint will only return results for a given day if the enterprise team had five or more members with active Copilot licenses, as evaluated at the end of that day.

\n
\n

Owners and billing managers for the enterprise that contains the enterprise team can view Copilot usage metrics for the enterprise team.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Note

\n

\nThis endpoint will only return results for a given day if the enterprise team had five or more members with active Copilot licenses, as evaluated at the end of that day.

\n
\n

Owners and billing managers for the enterprise that contains the enterprise team can view Copilot usage metrics for the enterprise team.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nacross an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Organization owners, and owners and billing managers of the parent enterprise, can view Copilot usage metrics.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot, read:org, or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nacross an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Organization owners, and owners and billing managers of the parent enterprise, can view Copilot usage metrics.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot, read:org, or read:enterprise scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Note

\n

\nThis endpoint will only return results for a given day if the team had five or more members with active Copilot licenses, as evaluated at the end of that day.

\n
\n

Organization owners for the organization that contains this team, and owners and billing managers of the parent enterprise can view Copilot usage metrics for a team.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot, read:org, or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Note

\n

\nThis endpoint will only return results for a given day if the team had five or more members with active Copilot licenses, as evaluated at the end of that day.

\n
\n

Organization owners for the organization that contains this team, and owners and billing managers of the parent enterprise can view Copilot usage metrics for a team.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot, read:org, or read:enterprise scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -221701,6 +224147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222170,7 +224622,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.

\n

Users with access through multiple organizations or enterprise teams will only be counted toward total_seats once.

\n

For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats array.

\n

Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.

\n

Personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.

\n

Users with access through multiple organizations or enterprise teams will only be counted toward total_seats once.

\n

For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats array.

\n

Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.

\n

Personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Gets information about an organization's Copilot subscription, including seat breakdown\nand feature policies. To configure these settings, go to your organization's settings on GitHub.com.\nFor more information, see \"Managing policies for Copilot in your organization\".

\n

Only organization owners can view details about the organization's Copilot Business or Copilot Enterprise subscription.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Gets information about an organization's Copilot subscription, including seat breakdown\nand feature policies. To configure these settings, go to your organization's settings on GitHub.com.\nFor more information, see \"Managing policies for Copilot in your organization\".

\n

Only organization owners can view details about the organization's Copilot Business or Copilot Enterprise subscription.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -222680,6 +225132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223149,7 +225607,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Lists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.\nOnly organization owners can view assigned seats.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Lists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.\nOnly organization owners can view assigned seats.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Purchases a GitHub Copilot seat for all users within each specified team.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

Only organization owners can add Copilot seats for their organization members.

\n

In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".

\n

The response will contain the total number of new seats that were created and existing seats that were refreshed.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Purchases a GitHub Copilot seat for all users within each specified team.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

Only organization owners can add Copilot seats for their organization members.

\n

In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".

\n

The response will contain the total number of new seats that were created and existing seats that were refreshed.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "201", @@ -223363,7 +225821,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Cancels the Copilot seat assignment for all members of each team specified.\nThis will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.

\n

For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

For more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".

\n

Only organization owners can cancel Copilot seats for their organization members.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Cancels the Copilot seat assignment for all members of each team specified.\nThis will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.

\n

For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

For more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".

\n

Only organization owners can cancel Copilot seats for their organization members.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Purchases a GitHub Copilot seat for each user specified.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

Only organization owners can add Copilot seats for their organization members.

\n

In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".

\n

The response will contain the total number of new seats that were created and existing seats that were refreshed.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Purchases a GitHub Copilot seat for each user specified.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

Only organization owners can add Copilot seats for their organization members.

\n

In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".

\n

The response will contain the total number of new seats that were created and existing seats that were refreshed.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "201", @@ -223581,7 +226039,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Cancels the Copilot seat assignment for each user specified.\nThis will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.

\n

For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

For more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".

\n

Only organization owners can cancel Copilot seats for their organization members.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Cancels the Copilot seat assignment for each user specified.\nThis will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.

\n

For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

For more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".

\n

Only organization owners can cancel Copilot seats for their organization members.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -223852,6 +226310,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224318,7 +226782,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.

\n

Only organization owners can view Copilot seat assignment details for members of their organization.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.

\n

Only organization owners can view Copilot seat assignment details for members of their organization.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -225541,6 +228005,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225780,6 +228250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227396,6 +229872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227635,6 +230117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228167,7 +230655,7 @@ }, { "name": "page", - "description": "

Deprecated. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", + "description": "

Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", "deprecated": true, "in": "query", "schema": { @@ -229150,6 +231638,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230094,6 +232588,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231080,6 +233580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -232088,6 +234594,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233597,8 +236109,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Contents\" repository permissions": "read", - "\"Pull requests\" repository permissions": "read" + "\"Contents\" repository permissions": "read" } ], "allowsPublicRead": true @@ -235341,6 +237852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235591,6 +238108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236156,6 +238679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236406,6 +238935,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236926,6 +239461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237176,6 +239717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238691,6 +241238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239433,6 +241986,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240245,6 +242804,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241777,6 +244342,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241820,7 +244391,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -242057,6 +244628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242589,6 +245166,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242632,7 +245215,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -242869,6 +245452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243347,6 +245936,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243390,7 +245985,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -243627,6 +246222,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246075,6 +248676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246243,6 +248850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246508,6 +249121,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -246666,13 +249282,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -246905,6 +249514,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247183,6 +249798,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247356,6 +249977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247634,6 +250261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248019,6 +250652,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248187,6 +250826,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248595,6 +251240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248763,6 +251414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248997,6 +251654,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -249155,13 +251815,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -249394,6 +252047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249672,6 +252331,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249845,6 +252510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250123,6 +252794,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250374,6 +253051,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -250532,13 +253212,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -250771,6 +253444,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251049,6 +253728,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251222,6 +253907,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251500,6 +254191,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251654,6 +254351,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -251812,13 +254512,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -252051,6 +254744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252329,6 +255028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252502,6 +255207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252780,6 +255491,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252946,6 +255663,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -253104,13 +255824,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -253343,6 +256056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253621,6 +256340,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253794,6 +256519,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254072,6 +256803,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254440,6 +257177,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254661,6 +257404,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -254819,13 +257565,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -255058,6 +257797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255336,6 +258081,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255509,6 +258260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255787,6 +258544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256152,6 +258915,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256320,6 +259089,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256762,6 +259537,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -256920,13 +259698,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -257159,6 +259930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257437,6 +260214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257610,6 +260393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257888,6 +260677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258281,6 +261076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258449,6 +261250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258789,6 +261596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259143,6 +261956,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259492,6 +262311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259856,6 +262681,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264536,6 +267367,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264754,6 +267591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264923,6 +267766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265169,6 +268018,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265482,6 +268337,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265778,6 +268639,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266297,7 +269164,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -266631,6 +269498,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267534,6 +270407,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267752,6 +270631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267921,6 +270806,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268167,6 +271058,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268480,6 +271377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268776,6 +271679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269295,7 +272204,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -269629,6 +272538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270454,6 +273369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270672,6 +273593,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270841,6 +273768,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271087,6 +274020,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271400,6 +274339,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271696,6 +274641,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272215,7 +275166,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -272549,6 +275500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272864,7 +275821,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.

" + "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.

" }, { "type": "null or string or integer", @@ -273310,6 +276267,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273528,6 +276491,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273697,6 +276666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273943,6 +276918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274256,6 +277237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274552,6 +277539,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275071,7 +278064,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -275405,6 +278398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276138,6 +279137,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276356,6 +279361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276525,6 +279536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276771,6 +279788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277084,6 +280107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277380,6 +280409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277899,7 +280934,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -278233,6 +281268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278559,7 +281600,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Username to assign to this issue. This field is deprecated.

" + "description": "

Username to assign to this issue. This field is closing down.

" }, { "type": "string", @@ -279032,6 +282073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279250,6 +282297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279419,6 +282472,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279665,6 +282724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279978,6 +283043,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280274,6 +283345,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280793,7 +283870,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -281127,6 +284204,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282224,6 +285307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282442,6 +285531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282611,6 +285706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282857,6 +285958,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283170,6 +286277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283466,6 +286579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283985,7 +287104,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -284319,6 +287438,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284825,6 +287950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285415,6 +288546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285633,6 +288770,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285802,6 +288945,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286048,6 +289197,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286361,6 +289516,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286657,6 +289818,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287176,7 +290343,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -287510,6 +290677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288235,6 +291408,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288453,6 +291632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288622,6 +291807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288868,6 +292059,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289181,6 +292378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289477,6 +292680,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289996,7 +293205,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -290330,6 +293539,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291013,6 +294228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291257,6 +294478,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291777,6 +295004,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292021,6 +295254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292547,6 +295786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292791,6 +296036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293415,6 +296666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293659,6 +296916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294189,6 +297452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294433,6 +297702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295090,6 +298365,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295381,6 +298662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295599,6 +298886,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295768,6 +299061,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296014,6 +299313,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296327,6 +299632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296623,6 +299934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297142,7 +300459,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -297476,6 +300793,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297890,6 +301213,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298059,6 +301388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298228,174 +301563,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -298932,6 +302279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299557,6 +302910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299848,6 +303207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300066,6 +303431,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300235,6 +303606,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300481,6 +303858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300794,6 +304177,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301090,6 +304479,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301609,7 +305004,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -301943,6 +305338,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302357,6 +305758,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302526,6 +305933,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302695,6 +306108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302864,6 +306283,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303399,6 +306824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303868,6 +307299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304092,6 +307529,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304427,6 +307870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304651,6 +308100,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304986,6 +308441,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305205,6 +308666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305495,6 +308962,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305657,6 +309130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305848,6 +309327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306072,6 +309557,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306364,6 +309855,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306526,6 +310023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306717,6 +310220,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306941,6 +310450,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307272,6 +310787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307496,6 +311017,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307827,6 +311354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308051,6 +311584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308386,6 +311925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308610,6 +312155,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308902,6 +312453,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309274,6 +312831,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309464,6 +313027,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309688,6 +313257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309980,6 +313555,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310352,195 +313933,207 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "review_requester", - "id", - "node_id", - "url", - "actor", - "event", - "commit_id", - "commit_url", - "created_at", - "performed_via_github_app" - ] - }, - { - "title": "Review Dismissed Issue Event", - "description": "Review Dismissed Issue Event", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "actor": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { + "user_view_type": { "type": "string", "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "review_requester", + "id", + "node_id", + "url", + "actor", + "event", + "commit_id", + "commit_url", + "created_at", + "performed_via_github_app" + ] + }, + { + "title": "Review Dismissed Issue Event", + "description": "Review Dismissed Issue Event", + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "actor": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -310766,6 +314359,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311111,6 +314710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311335,6 +314940,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311664,6 +315275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311888,6 +315505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312239,6 +315862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312463,6 +316092,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312814,6 +316449,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313038,6 +316679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313389,6 +317036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313608,6 +317261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316047,6 +319706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316503,6 +320168,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316935,6 +320606,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317399,6 +321076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317996,6 +321679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318220,6 +321909,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318555,6 +322250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318779,6 +322480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319114,6 +322821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319338,6 +323051,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319669,6 +323388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319893,6 +323618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320224,6 +323955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320448,6 +324185,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320783,6 +324526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321007,6 +324756,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321299,6 +325054,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321671,6 +325432,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321861,6 +325628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322085,6 +325858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322377,6 +326156,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322749,6 +326534,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322939,6 +326730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323163,6 +326960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323508,6 +327311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323732,6 +327541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324061,6 +327876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324285,6 +328106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324636,6 +328463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324860,6 +328693,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325211,6 +329050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325435,6 +329280,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325786,6 +329637,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326005,6 +329862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326348,6 +330211,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326545,6 +330414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326787,6 +330662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327151,6 +331032,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327418,6 +331305,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327636,6 +331529,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327805,6 +331704,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328051,6 +331956,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328364,6 +332275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328660,6 +332577,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329179,7 +333102,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -329513,6 +333436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330118,6 +334047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330318,14 +334253,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -330491,6 +334426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330975,6 +334916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331248,6 +335195,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331472,6 +335425,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331764,6 +335723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331954,6 +335919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332178,6 +336149,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332470,6 +336447,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332660,6 +336643,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332884,6 +336873,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335519,6 +339514,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337024,6 +341025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337349,6 +341356,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337868,7 +341881,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -338512,6 +342525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338837,6 +342856,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339356,7 +343381,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -339965,6 +343990,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340290,6 +344321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340809,7 +344846,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -341593,6 +345630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342491,7 +346534,7 @@ } ], "previews": [], - "descriptionHTML": "

View the progress of an import.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
\n

Import status

\n

This section includes details about the possible values of the status field of the Import Progress response.

\n

An import that does not have errors will progress through these steps:

\n\n

If there are problems, you will see one of these in the status field:

\n\n

The project_choices field

\n

When multiple projects are found at the provided URL, the response hash will include a project_choices field, the value of which is an array of hashes each representing a project choice. The exact key/value pairs of the project hashes will differ depending on the version control type.

\n

Git LFS related fields

\n

This section includes details about Git LFS related fields that may be present in the Import Progress response.

\n", + "descriptionHTML": "

View the progress of an import.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
\n

Import status

\n

This section includes details about the possible values of the status field of the Import Progress response.

\n

An import that does not have errors will progress through these steps:

\n\n

If there are problems, you will see one of these in the status field:

\n\n

The project_choices field

\n

When multiple projects are found at the provided URL, the response hash will include a project_choices field, the value of which is an array of hashes each representing a project choice. The exact key/value pairs of the project hashes will differ depending on the version control type.

\n

Git LFS related fields

\n

This section includes details about Git LFS related fields that may be present in the Import Progress response.

\n", "statusCodes": [ { "httpStatusCode": "200", @@ -342771,7 +346814,7 @@ } ], "previews": [], - "descriptionHTML": "

Start a source import to a GitHub repository using GitHub Importer.\nImporting into a GitHub repository with GitHub Actions enabled is not supported and will\nreturn a status 422 Unprocessable Entity response.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

Start a source import to a GitHub repository using GitHub Importer.\nImporting into a GitHub repository with GitHub Actions enabled is not supported and will\nreturn a status 422 Unprocessable Entity response.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "201", @@ -343404,7 +347447,7 @@ } ], "previews": [], - "descriptionHTML": "

An import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.

\n

Some servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will\nhave the status detection_found_multiple and the Import Progress response will include a project_choices array.\nYou can select the project to import by providing one of the objects in the project_choices array in the update request.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

An import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.

\n

Some servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will\nhave the status detection_found_multiple and the Import Progress response will include a project_choices array.\nYou can select the project to import by providing one of the objects in the project_choices array in the update request.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -343472,7 +347515,7 @@ } ], "previews": [], - "descriptionHTML": "

Stop an import for a repository.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

Stop an import for a repository.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -343621,7 +347664,7 @@ } ], "previews": [], - "descriptionHTML": "

Each type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username hubot into something like hubot <hubot@12341234-abab-fefe-8787-fedcba987654>.

\n

This endpoint and the Map a commit author endpoint allow you to provide correct Git author information.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

Each type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username hubot into something like hubot <hubot@12341234-abab-fefe-8787-fedcba987654>.

\n

This endpoint and the Map a commit author endpoint allow you to provide correct Git author information.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -343770,7 +347813,7 @@ } ], "previews": [], - "descriptionHTML": "

Update an author's identity for the import. Your application can continue updating authors any time before you push\nnew commits to the repository.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

Update an author's identity for the import. Your application can continue updating authors any time before you push\nnew commits to the repository.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -343895,7 +347938,7 @@ } ], "previews": [], - "descriptionHTML": "

List files larger than 100MB found during the import

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

List files larger than 100MB found during the import

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -344141,7 +348184,7 @@ } ], "previews": [], - "descriptionHTML": "

You can import repositories from Subversion, Mercurial, and TFS that include files larger than 100MB. This ability\nis powered by Git LFS.

\n

You can learn more about our LFS feature and working with large files on our help\nsite.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

You can import repositories from Subversion, Mercurial, and TFS that include files larger than 100MB. This ability\nis powered by Git LFS.

\n

You can learn more about our LFS feature and working with large files on our help\nsite.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -344522,6 +348565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344847,6 +348896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345366,7 +349421,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -346003,6 +350058,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346328,6 +350389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346847,7 +350914,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -347449,6 +351516,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347774,6 +351847,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348293,7 +352372,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -349066,6 +353145,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -350243,6 +354328,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -350361,7 +354456,7 @@ }, "advanced_security_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -350369,7 +354464,7 @@ }, "dependabot_alerts_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -350377,7 +354472,7 @@ }, "dependabot_security_updates_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -350385,7 +354480,7 @@ }, "dependency_graph_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -350393,7 +354488,7 @@ }, "secret_scanning_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -350401,7 +354496,7 @@ }, "secret_scanning_push_protection_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -350600,7 +354695,7 @@ "type": "string", "name": "members_allowed_repository_creation_type", "in": "body", - "description": "

Specifies which types of repositories non-admin organization members can create. private is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", + "description": "

Specifies which types of repositories non-admin organization members can create. private is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", "enum": [ "all", "private", @@ -350652,37 +354747,37 @@ "type": "boolean", "name": "advanced_security_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "dependabot_alerts_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "dependabot_security_updates_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "dependency_graph_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "secret_scanning_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "secret_scanning_push_protection_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", @@ -351007,6 +355102,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -351125,7 +355230,7 @@ }, "advanced_security_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -351133,7 +355238,7 @@ }, "dependabot_alerts_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -351141,7 +355246,7 @@ }, "dependabot_security_updates_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -351149,7 +355254,7 @@ }, "dependency_graph_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -351157,7 +355262,7 @@ }, "secret_scanning_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -351165,7 +355270,7 @@ }, "secret_scanning_push_protection_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -351237,7 +355342,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nParameter deprecation notice: GitHub will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Warning

\n

\nParameter deprecation notice: Code security product enablement for new repositories through the organization API is deprecated. Please use code security configurations to set defaults instead. For more information on setting a default security configuration, see the changelog.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Warning

\n

\nClosing down notice: Code security product enablement for new repositories through the organization API is closing down. Please use code security configurations to set defaults instead. For more information on setting a default security configuration, see the changelog.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -351854,6 +355959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352250,7 +356361,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -352303,7 +356414,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -352602,6 +356713,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352771,7 +356888,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

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

\n
\n

Enables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"

\n

The authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:org, write:org, or repo scopes to use this endpoint.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: The ability to enable or disable a security feature for all eligible repositories in an organization is closing down. Please use code security configurations instead. For more information, see the changelog.

\n
\n

Enables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"

\n

The authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:org, write:org, or repo scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "204", @@ -353385,6 +357502,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355124,6 +359247,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355506,6 +359635,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355873,6 +360008,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356593,6 +360734,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357152,6 +361299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357612,6 +361765,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357975,6 +362134,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -358640,6 +362805,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359083,6 +363254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359532,6 +363709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359897,6 +364080,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360657,6 +364846,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361278,6 +365473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361562,6 +365763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362125,6 +366332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362823,6 +367036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363846,6 +368065,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -364528,6 +368753,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376183,6 +380414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376382,6 +380619,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377448,6 +381691,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377647,6 +381896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378661,6 +382916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378860,6 +383121,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380768,6 +385035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380967,6 +385240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382013,6 +386292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382212,6 +386497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383275,6 +387566,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383474,6 +387771,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385344,6 +389647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385543,6 +389852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -386609,6 +390924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -386808,6 +391129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387889,6 +392216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388088,6 +392421,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390771,6 +395110,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391183,6 +395528,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391511,6 +395862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392723,6 +397080,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393125,6 +397488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393527,6 +397896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393963,6 +398338,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394490,6 +398871,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394918,6 +399305,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395318,6 +399711,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395745,6 +400144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396092,6 +400497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396480,6 +400891,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397069,6 +401486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397463,6 +401886,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397825,6 +402254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398303,6 +402738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400110,6 +404551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400405,6 +404852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400694,6 +405147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400863,6 +405322,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401031,6 +405496,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401541,6 +406012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402060,7 +406537,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -402358,309 +406835,321 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "type": "integer", - "format": "int64", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "examples": [ - "Team Environment" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -403181,7 +407670,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -403479,6 +407968,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403797,6 +408292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404812,6 +409313,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405108,6 +409615,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405397,6 +409910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405566,6 +410085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405734,6 +410259,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405885,192 +410416,272 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -406095,235 +410706,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -406383,7 +411333,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -406407,73 +411356,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -406516,192 +411542,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -406726,257 +411832,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -407036,7 +412459,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -407060,73 +412482,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -407443,6 +412942,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407669,6 +413174,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408663,6 +414174,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408959,6 +414476,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409248,6 +414771,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409417,6 +414946,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409585,6 +415120,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409736,192 +415277,272 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "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", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -409946,114 +415567,936 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, - "homepage": { + "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", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "language": { + "created_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" ] }, - "master_branch": { + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { "type": "string" }, - "archived": { + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, - "disabled": { + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { "type": "string" }, - "mirror_url": { + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" + ] + }, + "sha": { + "type": "string" + }, + "user": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { "type": [ "string", "null" ], - "format": "uri" + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] }, - "open_issues": { - "type": "integer" + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] }, - "open_issues_count": { + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { "type": "integer" }, "permissions": { @@ -410062,16 +416505,16 @@ "admin": { "type": "boolean" }, - "maintain": { + "pull": { "type": "boolean" }, - "push": { + "triage": { "type": "boolean" }, - "triage": { + "push": { "type": "boolean" }, - "pull": { + "maintain": { "type": "boolean" } }, @@ -410081,71 +416524,530 @@ "push" ] }, - "temp_clone_token": { - "type": "string" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", "properties": { - "key": { - "type": "string" - }, "name": { - "type": "string" - }, - "url": { "type": [ "string", "null" - ], - "format": "uri" + ] }, - "spdx_id": { + "email": { "type": [ "string", "null" ] }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, "node_id": { - "type": "string" + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] }, - "pushed_at": { + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { "type": "string", - "format": "date-time" + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "size": { - "type": "integer" + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] }, "ssh_url": { - "type": "string" + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, - "stargazers_count": { - "type": "integer" + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] }, "svn_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "topics": { "type": "array", @@ -410153,28 +417055,212 @@ "type": "string" } }, - "watchers": { - "type": "integer" + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "watchers_count": { - "type": "integer" + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + 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", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, "created_at": { - "type": "string", - "format": "date-time" + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "allow_forking": { - "type": "boolean" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "is_template": { + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -410234,7 +417320,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -410258,726 +417343,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { + "name": { "type": [ "string", "null" ] }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": "object", - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { + "email": { "type": [ "string", "null" ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, "id": { - "type": "integer" - }, - "is_template": { - "type": "boolean" + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, "node_id": { - "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", - "format": "uri" - }, - "merges_url": { "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "examples": [ + "MDQ6VXNlcjE=" ] }, - "private": { - "type": "boolean" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string", - "format": "uri" - }, - "statuses_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string", - "format": "uri" - }, - "subscription_url": { - "type": "string", - "format": "uri" - }, - "tags_url": { - "type": "string", - "format": "uri" - }, - "teams_url": { - "type": "string", - "format": "uri" - }, - "trees_url": { - "type": "string" - }, - "url": { + "avatar_url": { "type": "string", - "format": "uri" - }, - "clone_url": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "forks_count": { - "type": "integer" - }, - "git_url": { - "type": "string" - }, - "has_downloads": { - "type": "boolean" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" ] }, - "master_branch": { - "type": "string" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" - }, - "mirror_url": { + "gravatar_id": { "type": [ "string", "null" ], - "format": "uri" - }, - "open_issues": { - "type": "integer" - }, - "open_issues_count": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "examples": [ + "41d064eb2195891e12d0413f63227ea7" ] }, - "temp_clone_token": { - "type": "string" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, - "pushed_at": { + "html_url": { "type": "string", - "format": "date-time" - }, - "size": { - "type": "integer" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_count": { - "type": "integer" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "svn_url": { + "followers_url": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "created_at": { + "following_url": { "type": "string", - "format": "date-time" + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "updated_at": { + "gists_url": { "type": "string", - "format": "date-time" - }, - "allow_forking": { - "type": "boolean" + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] }, - "web_commit_signoff_required": { - "type": "boolean" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "has_discussions", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "sha": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "avatar_url": { + "starred_url": { "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] }, - "followers_url": { + "subscriptions_url": { "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" ] }, - "html_url": { + "organizations_url": { "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] }, - "login": { - "type": "string" + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] }, - "organizations_url": { + "events_url": { "type": "string", - "format": "uri" + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -411294,6 +417803,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411520,6 +418035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412564,6 +419085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412860,6 +419387,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413149,6 +419682,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413318,6 +419857,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413486,6 +420031,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413637,445 +420188,864 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, "archive_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, "assignees_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, "blobs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, "branches_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, "collaborators_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, "comments_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, "commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, "compare_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, "contents_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, "contributors_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, "deployments_url": { "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, "downloads_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] }, "events_url": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] }, "forks_url": { "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] }, "git_commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] }, "git_refs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] }, "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, - "html_url": { + "git_url": { "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, "issue_comment_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, "issue_events_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, "issues_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, "keys_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, "languages_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, "merges_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] }, "notifications_url": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" ] }, - "private": { - "type": "boolean" - }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -414135,7 +421105,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -414159,73 +421128,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -414268,192 +421314,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -414478,257 +421604,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -414788,7 +422231,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -414812,73 +422254,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -415195,231 +422714,243 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "merge_method": { - "type": "string", - "description": "The merge method to use.", - "enum": [ - "merge", - "squash", - "rebase" - ] - }, - "commit_title": { - "type": "string", - "description": "Title for the merge commit message." - }, - "commit_message": { - "type": "string", - "description": "Commit message for the merge commit." - } - }, - "required": [ - "enabled_by", - "merge_method", - "commit_title", - "commit_message" - ] - }, - "draft": { - "description": "Indicates whether or not the pull request is a draft.", - "type": "boolean", - "examples": [ - false - ] - }, - "merged": { - "type": "boolean" - }, - "mergeable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "rebaseable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "mergeable_state": { - "type": "string", - "examples": [ - "clean" - ] - }, - "merged_by": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] }, - "followers_url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "merge_method": { + "type": "string", + "description": "The merge method to use.", + "enum": [ + "merge", + "squash", + "rebase" + ] + }, + "commit_title": { + "type": "string", + "description": "Title for the merge commit message." + }, + "commit_message": { + "type": "string", + "description": "Commit message for the merge commit." + } + }, + "required": [ + "enabled_by", + "merge_method", + "commit_title", + "commit_message" + ] + }, + "draft": { + "description": "Indicates whether or not the pull request is a draft.", + "type": "boolean", + "examples": [ + false + ] + }, + "merged": { + "type": "boolean" + }, + "mergeable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "rebaseable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "mergeable_state": { + "type": "string", + "examples": [ + "clean" + ] + }, + "merged_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -416046,6 +423577,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416223,6 +423760,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417217,14 +424760,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -417390,6 +424933,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417855,14 +425404,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -418028,6 +425577,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418507,14 +426062,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -418680,6 +426235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -419281,14 +426842,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -419454,6 +427015,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -419807,7 +427374,7 @@ "type": "integer", "name": "position", "in": "body", - "description": "

This parameter is deprecated. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" + "description": "

This parameter is closing down. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" }, { "type": "string", @@ -420004,14 +427571,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -420177,6 +427744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -420459,7 +428032,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is deprecated. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", + "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is closing down. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", "statusCodes": [ { "httpStatusCode": "201", @@ -420670,14 +428243,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -420843,6 +428416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -421390,6 +428969,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422546,6 +430131,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422841,6 +430432,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423130,6 +430727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423299,6 +430902,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423467,6 +431076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423977,6 +431592,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -424496,7 +432117,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -424794,6 +432415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425098,6 +432725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425617,7 +433250,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -425915,6 +433548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426233,6 +433872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -427205,6 +434850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -427500,6 +435151,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -427789,6 +435446,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -427958,6 +435621,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -428126,6 +435795,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -428636,6 +436311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -429155,7 +436836,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -429453,6 +437134,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -429757,6 +437444,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430276,7 +437969,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -430574,6 +438267,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430892,6 +438591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431288,6 +438993,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431783,6 +439494,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432214,6 +439931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432652,6 +440375,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433078,6 +440807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433603,6 +441338,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434176,6 +441917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434630,6 +442377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435179,7 +442932,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is deprecated. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", + "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is closing down. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -435490,6 +443243,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435833,6 +443592,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -436100,6 +443865,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -436549,6 +444320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -436882,6 +444659,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437148,6 +444931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437599,6 +445388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437947,6 +445742,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438213,6 +446014,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438669,6 +446476,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439017,6 +446830,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439283,6 +447102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439738,6 +447563,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440089,6 +447920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440355,6 +448192,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440810,6 +448653,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441158,6 +449007,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441424,6 +449279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441873,6 +449734,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442215,6 +450082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442481,6 +450354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442921,6 +450800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442984,7 +450869,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -443254,6 +451139,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443316,7 +451207,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -443595,6 +451486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443658,7 +451555,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -443918,6 +451815,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443980,7 +451883,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -444372,6 +452275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -444598,6 +452507,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445179,6 +453094,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445405,6 +453326,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -446039,6 +453966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -446265,6 +454198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -446774,6 +454713,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -447000,6 +454945,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -447512,6 +455463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -447738,6 +455695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448313,6 +456276,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448539,6 +456508,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449057,6 +457032,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449441,6 +457422,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449890,6 +457877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450252,6 +458245,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450714,6 +458713,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451542,7 +459547,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -452307,6 +460312,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453059,6 +461070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453578,7 +461595,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -454049,6 +462066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454335,6 +462358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454854,7 +462883,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -455266,6 +463295,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -455785,7 +463820,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -456925,6 +464960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457677,6 +465718,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458196,7 +466243,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -458667,6 +466714,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458953,6 +467006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459472,7 +467531,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -459884,6 +467943,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -460403,7 +468468,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -461014,7 +469079,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -461795,6 +469860,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -462547,6 +470618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -463066,7 +471143,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -463537,6 +471614,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -463823,6 +471906,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464342,7 +472431,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -464754,6 +472843,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465273,7 +473368,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -466137,6 +474232,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467217,6 +475318,9 @@ }, "name": { "type": "string" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -467288,7 +475392,7 @@ "type": "object", "name": "client_payload", "in": "body", - "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.

" + "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.

" } ], "progAccess": { @@ -468814,6 +476918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470457,6 +478567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471209,6 +479325,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471728,7 +479850,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -472199,6 +480321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472485,6 +480613,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473004,7 +481138,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -473416,6 +481550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473935,7 +482075,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -474606,6 +482746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475817,6 +483963,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476336,7 +484488,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -477404,6 +485556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478156,6 +486314,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478675,7 +486839,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -479146,6 +487310,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479432,6 +487602,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479951,7 +488127,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -480363,6 +488539,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480882,7 +489064,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -481691,6 +489873,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -487311,6 +495499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488747,6 +496941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489499,6 +497699,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490018,7 +498224,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -490489,6 +498695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490775,6 +498987,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -491294,7 +499512,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -491706,6 +499924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492225,7 +500449,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -501930,7 +510154,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -502032,7 +510256,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "200", @@ -502052,7 +510276,7 @@ "serverUrl": "https://api.github.com", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -502160,7 +510384,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "201", @@ -502180,7 +510404,7 @@ "serverUrl": "https://api.github.com", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -502242,7 +510466,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "204", @@ -504712,7 +512936,7 @@ { "name": "sort", "deprecated": true, - "description": "

This field is deprecated. Sorts the results of your query. Can only be indexed, which indicates how recently a file has been indexed by the GitHub search infrastructure. Default: best match

", + "description": "

This field is closing down. Sorts the results of your query. Can only be indexed, which indicates how recently a file has been indexed by the GitHub search infrastructure. Default: best match

", "in": "query", "required": false, "schema": { @@ -504724,7 +512948,7 @@ }, { "name": "order", - "description": "

This field is deprecated. Determines whether the first search result returned is the highest number of matches (desc) or lowest number of matches (asc). This parameter is ignored unless you provide sort.

", + "description": "

This field is closing down. Determines whether the first search result returned is the highest number of matches (desc) or lowest number of matches (asc). This parameter is ignored unless you provide sort.

", "in": "query", "deprecated": true, "required": false, @@ -505069,6 +513293,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -506352,6 +514582,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -506595,6 +514831,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -507740,6 +515982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -507908,6 +516156,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -508119,6 +516373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -508366,6 +516626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -508852,6 +517118,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -509371,7 +517643,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -509715,6 +517987,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -510600,6 +518878,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -511808,6 +520092,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -511974,6 +520261,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the multi-repo tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -512121,7 +520428,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "active" + "validity": "active", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -512207,7 +520516,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -512430,6 +520741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -512640,6 +520957,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -513163,6 +521486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -513211,6 +521540,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise." } } } @@ -513355,6 +521698,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the multi-repo tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -513505,7 +521868,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "active" + "validity": "active", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -513591,7 +521956,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -513814,6 +522181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514024,6 +522397,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514547,6 +522926,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514595,6 +522980,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise." } } } @@ -514748,6 +523147,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the multi-repo tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -514832,7 +523251,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "inactive" + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -514851,7 +523272,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -515074,6 +523497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -515269,6 +523698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -515310,6 +523745,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -515416,7 +523865,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false }, "schema": { "type": "object", @@ -515636,6 +524087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -515831,6 +524288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -515872,6 +524335,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -516036,7 +524513,9 @@ "push_protection_bypassed_by": null, "push_protection_bypassed_at": null, "resolution_comment": "Example comment", - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false }, "schema": { "type": "object", @@ -516256,6 +524735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -516451,6 +524936,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -516492,6 +524983,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -518077,6 +526582,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -518820,6 +527331,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -519667,6 +528184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -519838,6 +528361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -520355,6 +528884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -520558,6 +529093,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -520976,6 +529517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -522173,6 +530720,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -522344,6 +530897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -522861,6 +531420,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -523064,6 +531629,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -523482,6 +532053,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -524590,6 +533167,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -524761,6 +533344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -525278,6 +533867,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -525481,6 +534076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -525899,6 +534500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -526856,6 +535463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -527027,6 +535640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -527544,6 +536163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -527747,6 +536372,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -528165,6 +536796,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -529109,6 +537746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -529280,6 +537923,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -529797,6 +538446,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -530000,6 +538655,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -530418,6 +539079,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -531519,6 +540186,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -531690,6 +540363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532207,6 +540886,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532410,6 +541095,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532828,6 +541519,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -533711,6 +542408,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -533882,6 +542585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -534399,6 +543108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -534602,6 +543317,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -535020,6 +543741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -536290,6 +545017,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537042,6 +545775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537561,7 +546300,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -538032,6 +546771,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -538318,6 +547063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -538837,7 +547588,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -539249,6 +548000,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539768,7 +548525,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -540551,7 +549308,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push" @@ -542130,7 +550887,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -543945,6 +552702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544303,6 +553066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544893,6 +553662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -546026,6 +554801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -547870,7 +556651,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -547938,7 +556719,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -549390,7 +558171,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -549450,7 +558231,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", "statusCodes": [ { "httpStatusCode": "204", @@ -549739,6 +558520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -549818,7 +558605,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", "statusCodes": [ { "httpStatusCode": "200", @@ -550091,6 +558878,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -550169,7 +558962,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", "statusCodes": [ { "httpStatusCode": "204", @@ -550667,6 +559460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -551333,7 +560132,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -551794,6 +560593,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -552415,7 +561220,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -553956,6 +562761,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -554393,6 +563204,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -554827,6 +563644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -555273,6 +564096,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -555797,6 +564626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -555967,7 +564802,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -556224,6 +565059,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556393,7 +565234,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -556648,6 +565489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556817,7 +565664,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -557084,6 +565931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -557253,7 +566106,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -557614,6 +566467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -558100,6 +566959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -558568,6 +567433,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -559053,6 +567924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -559601,6 +568478,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -559810,7 +568693,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -560077,6 +568960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -560285,7 +569174,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -560535,6 +569424,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -560743,7 +569638,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -561010,6 +569905,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -561218,7 +570119,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -561558,6 +570459,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -561867,6 +570774,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -562477,6 +571390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -562539,7 +571458,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List pending team invitations endpoint.

\n
\n

The return hash contains a role field which refers to the Organization Invitation role and will be one of the following values: direct_member, admin, billing_manager, hiring_manager, or reinstate. If the invitee is not a GitHub member, the login field in the return hash will be null.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List pending team invitations endpoint.

\n
\n

The return hash contains a role field which refers to the Organization Invitation role and will be one of the following values: direct_member, admin, billing_manager, hiring_manager, or reinstate. If the invitee is not a GitHub member, the login field in the return hash will be null.

", "statusCodes": [ { "httpStatusCode": "200", @@ -562776,6 +571695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -562804,7 +571729,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

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

The \"Get team member\" endpoint (described below) is deprecated.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

", + "descriptionHTML": "

The \"Get team member\" endpoint (described below) is closing down.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

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

The \"Add team member\" endpoint (described below) is deprecated.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"

\n
\n

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

", + "descriptionHTML": "

The \"Add team member\" endpoint (described below) is closing down.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"

\n
\n

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

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

The \"Remove team member\" endpoint (described below) is deprecated.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"

\n
", + "descriptionHTML": "

The \"Remove team member\" endpoint (described below) is closing down.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -563116,7 +572041,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -563407,6 +572332,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -563688,13 +572616,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -563754,6 +572675,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -563912,13 +572836,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -564053,6 +572970,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -564334,13 +573254,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -564400,6 +573313,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -564558,13 +573474,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -564805,6 +573714,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -565086,13 +573998,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -565259,6 +574164,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -565540,13 +574448,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -565606,6 +574507,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -565764,13 +574668,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -565914,6 +574811,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -566195,13 +575095,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -566261,6 +575154,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -566419,13 +575315,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -566720,6 +575609,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -566847,6 +575742,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -567128,13 +576026,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -567194,6 +576085,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -567352,13 +576246,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -567502,6 +576389,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -567783,13 +576673,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -567849,6 +576732,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -568007,13 +576893,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -568704,6 +577583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -569793,6 +578678,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -570053,6 +578944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -570533,6 +579430,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -570791,6 +579694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 336a7fc57d28..57a5132fcc7f 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -3725,6 +3725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -4244,7 +4250,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -6565,6 +6571,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -11764,6 +11776,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14057,6 +14075,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14576,7 +14600,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -15099,6 +15123,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -15618,7 +15648,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -17672,6 +17702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -18191,7 +18227,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -18718,6 +18754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -19237,7 +19279,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -21355,6 +21397,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -21874,7 +21922,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -22411,6 +22459,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -22930,7 +22984,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -25059,6 +25113,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -29821,6 +29881,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -29983,6 +30049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30343,6 +30415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -31185,6 +31263,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32625,6 +32709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32787,6 +32877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33147,6 +33243,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33989,6 +34091,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35107,6 +35215,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35968,6 +36082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36130,6 +36250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36490,6 +36616,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -37332,6 +37464,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38905,6 +39043,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39529,6 +39673,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39779,6 +39929,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41206,6 +41362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41368,6 +41530,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41728,6 +41896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -42570,6 +42744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44575,6 +44755,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44793,6 +44979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44962,6 +45154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45208,6 +45406,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45521,6 +45725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45817,6 +46027,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46336,7 +46552,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -46670,6 +46886,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47100,6 +47322,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47344,6 +47572,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48113,6 +48347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48331,6 +48571,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48500,6 +48746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48746,6 +48998,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49059,6 +49317,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49355,6 +49619,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49874,7 +50144,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -50208,6 +50478,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50638,6 +50914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50882,6 +51164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51645,6 +51933,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51863,6 +52157,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52032,6 +52332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52278,6 +52584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52591,6 +52903,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52887,6 +53205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53406,7 +53730,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -53740,6 +54064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54170,6 +54500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54414,6 +54750,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55175,6 +55517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55393,6 +55741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55562,6 +55916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55808,6 +56168,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56121,6 +56487,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56417,6 +56789,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56936,7 +57314,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -57270,6 +57648,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57700,6 +58084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57944,6 +58334,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58691,6 +59087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58909,6 +59311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59078,6 +59486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59324,6 +59738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59637,6 +60057,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59933,6 +60359,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60452,7 +60884,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -60786,6 +61218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61216,6 +61654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61460,6 +61904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61732,7 +62182,7 @@ } ], "previews": [], - "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", + "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -62231,6 +62681,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62449,6 +62905,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62618,6 +63080,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62864,6 +63332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63177,6 +63651,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63473,6 +63953,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63992,7 +64478,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -64326,6 +64812,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64756,6 +65248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65000,6 +65498,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65747,6 +66251,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65965,6 +66475,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66134,6 +66650,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66380,6 +66902,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66693,6 +67221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66989,6 +67523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67508,7 +68048,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -67842,6 +68382,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68272,6 +68818,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68516,6 +69068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69274,6 +69832,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69492,6 +70056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69661,6 +70231,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69907,6 +70483,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70220,6 +70802,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70516,6 +71104,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71035,7 +71629,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -71369,6 +71963,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71799,6 +72399,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72043,6 +72649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72801,6 +73413,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73019,6 +73637,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73188,6 +73812,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73434,6 +74064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73747,6 +74383,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74043,6 +74685,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74562,7 +75210,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -74896,6 +75544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -75326,6 +75980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -75570,6 +76230,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -76556,6 +77222,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -77701,6 +78373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79274,6 +79952,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80349,6 +81033,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80528,6 +81218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80746,6 +81442,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80925,6 +81627,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -81441,6 +82149,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -81960,7 +82674,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -82524,6 +83238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -83043,7 +83763,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -83957,6 +84677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -84476,7 +85202,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -84897,6 +85623,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -85416,7 +86148,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -85819,6 +86551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -86526,6 +87264,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -87577,6 +88321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89071,6 +89821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89498,6 +90254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89950,6 +90712,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90204,6 +90972,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90534,6 +91308,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90930,7 +91710,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -90983,7 +91763,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -91282,6 +92062,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -91604,6 +92390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92000,7 +92792,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -92053,7 +92845,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92352,6 +93144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92787,7 +93585,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -92847,7 +93645,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -93371,7 +94169,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -93424,7 +94222,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -93804,6 +94602,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94323,7 +95127,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -94966,7 +95770,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -95026,7 +95830,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -95474,6 +96278,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95740,7 +96550,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -95793,7 +96603,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96082,6 +96892,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96429,6 +97245,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96843,6 +97665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97239,7 +98067,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97292,7 +98120,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97591,6 +98419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97918,6 +98752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98314,7 +99154,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -98367,7 +99207,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98666,6 +99506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98991,6 +99837,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99387,7 +100239,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -99440,7 +100292,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -99739,6 +100591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100258,6 +101116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100777,7 +101641,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -101316,6 +102180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101712,7 +102582,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -101765,7 +102635,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -102064,6 +102934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102623,6 +103499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103142,7 +104024,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -106750,6 +107632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107016,7 +107904,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -107069,7 +107957,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -107358,6 +108246,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107764,6 +108658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108030,7 +108930,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -108083,7 +108983,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -108372,6 +109272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110503,6 +111409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110922,6 +111834,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111240,6 +112158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111659,6 +112583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111927,6 +112857,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -112102,6 +113035,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -112788,6 +113727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112965,6 +113910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113420,6 +114371,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113839,6 +114796,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114157,6 +115120,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114576,6 +115545,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114844,6 +115819,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -115019,6 +115997,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -115733,6 +116717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115910,6 +116900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116365,6 +117361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116784,6 +117786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117102,6 +118110,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117521,6 +118535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117789,6 +118809,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -117964,6 +118987,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -118784,6 +119813,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118961,6 +119996,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -119698,6 +120739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120117,6 +121164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120435,6 +121488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120854,6 +121913,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121122,6 +122187,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -121297,6 +122365,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -121524,7 +122598,7 @@ { "type": "array of strings", "name": "contexts", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", "isRequired": true }, { @@ -122098,6 +123172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122515,6 +123595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122820,6 +123906,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -123237,6 +124329,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -123555,6 +124653,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -123730,6 +124831,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -124538,6 +125645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -124957,6 +126070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125275,6 +126394,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125694,6 +126819,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -126304,6 +127435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -126723,6 +127860,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127041,6 +128184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127460,6 +128609,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128241,7 +129396,7 @@ "type": "array of strings", "name": "contexts", "in": "body", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" }, { "type": "array of objects", @@ -129108,6 +130263,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -129283,6 +130441,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -129722,6 +130886,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130191,6 +131361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130660,6 +131836,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -131129,6 +132311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132806,6 +133994,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133087,6 +134281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133368,6 +134568,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133649,6 +134855,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -134410,6 +135622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -134941,6 +136159,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135635,6 +136859,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136166,6 +137396,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136873,6 +138109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137404,6 +138646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -138346,6 +139594,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -138877,6 +140131,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139956,6 +141216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -140487,6 +141753,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -141279,6 +142551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -141810,6 +143088,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142763,6 +144047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -143085,6 +144375,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144606,6 +145902,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144928,6 +146230,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -146285,6 +147593,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147720,6 +149034,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148042,6 +149362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149635,6 +150961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149957,6 +151289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -152827,12 +154165,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -152988,6 +154330,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153162,12 +154510,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -153398,6 +154750,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154263,12 +155621,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -154424,6 +155786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154598,12 +155966,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -154834,6 +156206,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155596,12 +156974,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -155757,6 +157139,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155931,12 +157319,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -156215,12 +157607,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -156376,6 +157772,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156550,12 +157952,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -156869,12 +158275,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -157030,6 +158440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157204,12 +158620,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -157477,12 +158897,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -157883,7 +159307,7 @@ } ], "previews": [], - "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nDeprecation notice: The tool_name field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", + "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nClosing down notice: The tool_name field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", "statusCodes": [ { "httpStatusCode": "200", @@ -158606,6 +160030,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -158948,6 +160378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159466,6 +160902,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159977,6 +161419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160809,6 +162257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161320,6 +162774,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162152,6 +163612,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162663,6 +164129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163556,6 +165028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164067,6 +165545,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164867,6 +166351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165975,6 +167465,16 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 17, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -166000,6 +167500,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "enabled", @@ -166029,7 +167530,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -166117,6 +167619,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -166335,6 +167877,49 @@ ], "default": "disabled" }, + { + "type": "string", + "name": "secret_scanning_delegated_bypass", + "in": "body", + "description": "

The enablement status of secret scanning delegated bypass

", + "enum": [ + "enabled", + "disabled", + "not_set" + ], + "default": "disabled" + }, + { + "type": "object", + "name": "secret_scanning_delegated_bypass_options", + "in": "body", + "description": "

Feature options for secret scanning delegated bypass

", + "childParamsGroups": [ + { + "type": "array of objects", + "name": "reviewers", + "description": "

The bypass reviewers for secret scanning delegated bypass

", + "childParamsGroups": [ + { + "type": "integer", + "name": "reviewer_id", + "description": "

The ID of the team or role selected as a bypass reviewer

", + "isRequired": true + }, + { + "type": "string", + "name": "reviewer_type", + "description": "

The type of the bypass reviewer

", + "isRequired": true, + "enum": [ + "TEAM", + "ROLE" + ] + } + ] + } + ] + }, { "type": "string", "name": "secret_scanning_validity_checks", @@ -166432,6 +168017,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -166458,7 +168044,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -166546,6 +168133,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -166675,6 +168302,16 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -166703,6 +168340,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "private_vulnerability_reporting": "enabled", "enforcement": "enforced", @@ -166744,7 +168382,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -166832,6 +168471,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -167067,6 +168746,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -167093,7 +168773,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -167181,6 +168862,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -167400,6 +169121,48 @@ "not_set" ] }, + { + "type": "string", + "name": "secret_scanning_delegated_bypass", + "in": "body", + "description": "

The enablement status of secret scanning delegated bypass

", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_bypass_options", + "in": "body", + "description": "

Feature options for secret scanning delegated bypass

", + "childParamsGroups": [ + { + "type": "array of objects", + "name": "reviewers", + "description": "

The bypass reviewers for secret scanning delegated bypass

", + "childParamsGroups": [ + { + "type": "integer", + "name": "reviewer_id", + "description": "

The ID of the team or role selected as a bypass reviewer

", + "isRequired": true + }, + { + "type": "string", + "name": "reviewer_type", + "description": "

The type of the bypass reviewer

", + "isRequired": true, + "enum": [ + "TEAM", + "ROLE" + ] + } + ] + } + ] + }, { "type": "string", "name": "secret_scanning_validity_checks", @@ -167491,6 +169254,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -167517,7 +169281,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -167605,6 +169370,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -167792,6 +169597,7 @@ "isRequired": true, "enum": [ "all", + "all_without_configurations", "public", "private_or_internal", "selected" @@ -167942,6 +169748,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -167983,7 +169790,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -168071,6 +169879,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -168508,6 +170356,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168974,6 +170828,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -169019,7 +170874,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -169107,6 +170963,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -169971,6 +171867,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170133,6 +172035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170325,6 +172233,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171420,7 +173334,7 @@ "type": "string", "name": "geo", "in": "body", - "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is being deprecated.

", + "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is closing down.

", "enum": [ "EuropeWest", "SoutheastAsia", @@ -171832,6 +173746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171994,6 +173914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172186,6 +174112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173552,6 +175484,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173714,6 +175652,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173906,6 +175850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -175359,6 +177309,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -175602,7 +177558,7 @@ "type": "string", "name": "geo", "in": "body", - "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is being deprecated.

", + "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is closing down.

", "enum": [ "EuropeWest", "SoutheastAsia", @@ -176015,6 +177971,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176177,6 +178139,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176369,6 +178337,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -177736,6 +179710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -177898,6 +179878,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -178090,6 +180076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -179824,6 +181816,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -179986,6 +181984,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -180178,6 +182182,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -181265,7 +183275,7 @@ "type": "string", "name": "geo", "in": "body", - "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is being deprecated.

", + "description": "

The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location, which is closing down.

", "enum": [ "EuropeWest", "SoutheastAsia", @@ -181695,6 +183705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -181857,6 +183873,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182049,6 +184071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183412,6 +185440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183574,6 +185608,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183766,6 +185806,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185186,6 +187232,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185348,6 +187400,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185540,6 +187598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -186983,6 +189047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -187145,6 +189215,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -187337,6 +189413,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189591,6 +191673,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189753,6 +191841,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189945,6 +192039,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -190697,6 +192797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -191216,7 +193322,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -191687,6 +193793,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -191973,6 +194085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -192492,7 +194610,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -192904,6 +195022,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -193423,7 +195547,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -194544,6 +196668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -194706,6 +196836,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -194898,6 +197034,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -196330,6 +198472,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -196492,6 +198640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -196684,6 +198838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -199069,6 +201229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -200709,6 +202875,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -200871,6 +203043,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -201063,6 +203241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -203094,6 +205278,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -203256,6 +205446,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -203448,6 +205644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -204992,6 +207194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -205154,6 +207362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -205346,6 +207560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207943,6 +210163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209196,6 +211422,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209689,6 +211921,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210506,6 +212744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210675,6 +212919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211130,6 +213380,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211555,6 +213811,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212372,6 +214634,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212541,6 +214809,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213014,6 +215288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213831,6 +216111,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214000,6 +216286,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214518,6 +216810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215335,6 +217633,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215504,6 +217808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216293,6 +218603,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216470,6 +218786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217685,6 +220007,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217980,6 +220308,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218269,6 +220603,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218438,6 +220778,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218606,6 +220952,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219116,6 +221468,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219635,7 +221993,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -219933,6 +222291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220237,6 +222601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220756,7 +223126,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -221054,6 +223424,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221372,6 +223748,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221984,6 +224366,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222161,6 +224549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223098,6 +225492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223275,6 +225675,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223796,6 +226202,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223973,6 +226385,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224526,6 +226944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224703,6 +227127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225336,6 +227766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225752,6 +228188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -226182,6 +228624,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -226702,6 +229150,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -226893,7 +229347,7 @@ "type": "integer", "name": "line", "in": "body", - "description": "

Deprecated. Use position parameter instead. Line number in the file to comment on.

" + "description": "

Closing down notice. Use position parameter instead. Line number in the file to comment on.

" } ], "progAccess": { @@ -227150,6 +229604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227728,6 +230188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228743,6 +231209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229124,6 +231596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229439,7 +231917,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,\nand number of active users by editor and language for each day. See the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Only owners and billing managers can view Copilot usage metrics for the enterprise.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,\nand number of active users by editor and language for each day. See the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Only owners and billing managers can view Copilot usage metrics for the enterprise.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Note

\n

\nThis endpoint will only return results for a given day if the enterprise team had five or more members with active Copilot licenses, as evaluated at the end of that day.

\n
\n

Owners and billing managers for the enterprise that contains the enterprise team can view Copilot usage metrics for the enterprise team.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Note

\n

\nThis endpoint will only return results for a given day if the enterprise team had five or more members with active Copilot licenses, as evaluated at the end of that day.

\n
\n

Owners and billing managers for the enterprise that contains the enterprise team can view Copilot usage metrics for the enterprise team.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nacross an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Organization owners, and owners and billing managers of the parent enterprise, can view Copilot usage metrics.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot, read:org, or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nacross an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Organization owners, and owners and billing managers of the parent enterprise, can view Copilot usage metrics.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot, read:org, or read:enterprise scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Note

\n

\nThis endpoint will only return results for a given day if the team had five or more members with active Copilot licenses, as evaluated at the end of that day.

\n
\n

Organization owners for the organization that contains this team, and owners and billing managers of the parent enterprise can view Copilot usage metrics for a team.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot, read:org, or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.

\n

The response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.

\n

Note

\n

\nThis endpoint will only return results for a given day if the team had five or more members with active Copilot licenses, as evaluated at the end of that day.

\n
\n

Organization owners for the organization that contains this team, and owners and billing managers of the parent enterprise can view Copilot usage metrics for a team.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot, read:org, or read:enterprise scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -230629,6 +233107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231098,7 +233582,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.

\n

Users with access through multiple organizations or enterprise teams will only be counted toward total_seats once.

\n

For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats array.

\n

Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.

\n

Personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.

\n

Users with access through multiple organizations or enterprise teams will only be counted toward total_seats once.

\n

For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats array.

\n

Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.

\n

Personal access tokens (classic) need either the manage_billing:copilot or read:enterprise scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Gets information about an organization's Copilot subscription, including seat breakdown\nand feature policies. To configure these settings, go to your organization's settings on GitHub.com.\nFor more information, see \"Managing policies for Copilot in your organization\".

\n

Only organization owners can view details about the organization's Copilot Business or Copilot Enterprise subscription.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Gets information about an organization's Copilot subscription, including seat breakdown\nand feature policies. To configure these settings, go to your organization's settings on GitHub.com.\nFor more information, see \"Managing policies for Copilot in your organization\".

\n

Only organization owners can view details about the organization's Copilot Business or Copilot Enterprise subscription.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -231608,6 +234092,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -232077,7 +234567,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Lists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.\nOnly organization owners can view assigned seats.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Lists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.\nOnly organization owners can view assigned seats.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Purchases a GitHub Copilot seat for all users within each specified team.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

Only organization owners can add Copilot seats for their organization members.

\n

In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".

\n

The response will contain the total number of new seats that were created and existing seats that were refreshed.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Purchases a GitHub Copilot seat for all users within each specified team.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

Only organization owners can add Copilot seats for their organization members.

\n

In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".

\n

The response will contain the total number of new seats that were created and existing seats that were refreshed.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "201", @@ -232291,7 +234781,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Cancels the Copilot seat assignment for all members of each team specified.\nThis will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.

\n

For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

For more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".

\n

Only organization owners can cancel Copilot seats for their organization members.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Cancels the Copilot seat assignment for all members of each team specified.\nThis will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.

\n

For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

For more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".

\n

Only organization owners can cancel Copilot seats for their organization members.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

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

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Purchases a GitHub Copilot seat for each user specified.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

Only organization owners can add Copilot seats for their organization members.

\n

In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".

\n

The response will contain the total number of new seats that were created and existing seats that were refreshed.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Purchases a GitHub Copilot seat for each user specified.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

Only organization owners can add Copilot seats for their organization members.

\n

In order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".

\n

The response will contain the total number of new seats that were created and existing seats that were refreshed.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "201", @@ -232509,7 +234999,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Cancels the Copilot seat assignment for each user specified.\nThis will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.

\n

For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

For more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".

\n

Only organization owners can cancel Copilot seats for their organization members.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Cancels the Copilot seat assignment for each user specified.\nThis will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.

\n

For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".

\n

For more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".

\n

Only organization owners can cancel Copilot seats for their organization members.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or admin:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -232780,6 +235270,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233246,7 +235742,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThis endpoint is in beta and is subject to change.

\n
\n

Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.

\n

Only organization owners can view Copilot seat assignment details for members of their organization.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", + "descriptionHTML": "

Note

\n

\nThis endpoint is in public preview and is subject to change.

\n
\n

Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.

\n

Only organization owners can view Copilot seat assignment details for members of their organization.

\n

OAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot or read:org scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "200", @@ -234469,6 +236965,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234708,6 +237210,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236324,6 +238832,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236563,6 +239077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237095,7 +239615,7 @@ }, { "name": "page", - "description": "

Deprecated. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", + "description": "

Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", "deprecated": true, "in": "query", "schema": { @@ -238078,6 +240598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239022,6 +241548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240008,6 +242540,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241016,6 +243554,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242537,8 +245081,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Contents\" repository permissions": "read", - "\"Pull requests\" repository permissions": "read" + "\"Contents\" repository permissions": "read" } ], "allowsPublicRead": true @@ -244281,6 +246824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244531,6 +247080,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245096,6 +247651,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245346,6 +247907,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245866,6 +248433,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246116,6 +248689,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247631,6 +250210,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248373,6 +250958,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249185,6 +251776,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250717,6 +253314,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250760,7 +253363,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -250997,6 +253600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251529,6 +254138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251572,7 +254187,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -251809,6 +254424,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252287,6 +254908,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252330,7 +254957,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -252567,6 +255194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256662,7 +259295,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

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

\n
\n

Gets code security and analysis settings for the specified enterprise.

\n

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

\n

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

", + "descriptionHTML": "

Warning

\n

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

\n
\n

Gets code security and analysis settings for the specified enterprise.

\n

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

\n

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

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

Warning

\n

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

\n
\n

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

\n

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

\n

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

", + "descriptionHTML": "

Warning

\n

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

\n
\n

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

\n

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

\n

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

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

Warning

\n

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

\n
\n

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

\n

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

\n

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

", + "descriptionHTML": "

Warning

\n

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

\n
\n

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

\n

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

\n

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

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

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

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

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

When members are part of the group provisioning payload, they're designated as external group members. Providers are responsible for maintaining a mapping between the externalId and id for each user.

", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

When members are part of the group provisioning payload, they're designated as external group members. Providers are responsible for maintaining a mapping between the externalId and id for each user.

", "statusCodes": [ { "httpStatusCode": "201", @@ -258183,7 +260816,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Gets information about a SCIM group.

", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Gets information about a SCIM group.

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

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

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

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To modify a group's values, you'll need to use a specific Operations JSON format which must include at least one of the following operations: add, remove, or replace. For examples and more information on this SCIM format, consult the SCIM specification. The update function can also be used to add group memberships.

\n

You can submit group memberships individually or in batches for improved efficiency.

\n

Note

\n

\nMemberships are referenced via a local user id. Ensure users are created before referencing them here.

\n
", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To modify a group's values, you'll need to use a specific Operations JSON format which must include at least one of the following operations: add, remove, or replace. For examples and more information on this SCIM format, consult the SCIM specification. The update function can also be used to add group memberships.

\n

You can submit group memberships individually or in batches for improved efficiency.

\n

Note

\n

\nMemberships are referenced via a local user id. Ensure users are created before referencing them here.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -259370,7 +262003,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nSCIM provisioning using the REST API is in public beta and subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

", + "descriptionHTML": "

Note

\n

\nSCIM provisioning using the REST API is in public preview and subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

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

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When you remove a user with a SCIM-provisioned external identity from an enterprise using a patch with active flag to false, the user's metadata remains intact. This means they can potentially re-join the enterprise later. Although, while suspended, the user can't sign in. If you want to ensure the user can't re-join in the future, use the delete request. Only users who weren't permanently deleted will appear in the result list.

", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When you remove a user with a SCIM-provisioned external identity from an enterprise using a patch with active flag to false, the user's metadata remains intact. This means they can potentially re-join the enterprise later. Although, while suspended, the user can't sign in. If you want to ensure the user can't re-join in the future, use the delete request. Only users who weren't permanently deleted will appear in the result list.

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

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM is responsible for user provisioning, not authentication. The actual user authentication is handled by SAML. However, with SCIM enabled, users must first be provisioned via SCIM before they can sign in through SAML.

", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM is responsible for user provisioning, not authentication. The actual user authentication is handled by SAML. However, with SCIM enabled, users must first be provisioned via SCIM before they can sign in through SAML.

", "statusCodes": [ { "httpStatusCode": "201", @@ -261031,7 +263664,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Gets information about a SCIM user.

", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Gets information about a SCIM user.

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

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must supply complete user information, just as you would when provisioning them initially. Any previously existing data not provided will be deleted. To update only a specific attribute, refer to the Update an attribute for a SCIM user endpoint.

\n

Warning

\n

\nSetting active: false will suspend a user, and their handle and email will be obfuscated.

\n
", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must supply complete user information, just as you would when provisioning them initially. Any previously existing data not provided will be deleted. To update only a specific attribute, refer to the Update an attribute for a SCIM user endpoint.

\n

Warning

\n

\nSetting active: false will suspend a user, and their handle and email will be obfuscated.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -262607,7 +265240,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To modify a user's attributes, you'll need to provide a Operations JSON formatted request that includes at least one of the following actions: add, remove, or replace. For specific examples and more information on the SCIM operations format, please refer to the SCIM specification.

\n

Note

\n

\nComplex SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will be ineffective.

\n
\n

Warning

\n

\nSetting active: false will suspend a user, and their handle and email will be obfuscated.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", + "descriptionHTML": "

Note

\n

\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To modify a user's attributes, you'll need to provide a Operations JSON formatted request that includes at least one of the following actions: add, remove, or replace. For specific examples and more information on the SCIM operations format, please refer to the SCIM specification.

\n

Note

\n

\nComplex SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will be ineffective.

\n
\n

Warning

\n

\nSetting active: false will suspend a user, and their handle and email will be obfuscated.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -262699,7 +265332,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nSCIM provisioning using the REST API is in public beta and subject to change.

\n
\n

Suspends a SCIM user permanently from an enterprise. This action will: remove all the user's data, anonymize their login, email, and display name, erase all external identity SCIM attributes, delete the user's emails, avatar, PATs, SSH keys, OAuth authorizations, GPG keys, and SAML mappings. This action is irreversible.

", + "descriptionHTML": "

Note

\n

\nSCIM provisioning using the REST API is in public preview and subject to change.

\n
\n

Suspends a SCIM user permanently from an enterprise. This action will: remove all the user's data, anonymize their login, email, and display name, erase all external identity SCIM attributes, delete the user's emails, avatar, PATs, SSH keys, OAuth authorizations, GPG keys, and SAML mappings. This action is irreversible.

", "statusCodes": [ { "httpStatusCode": "204", @@ -263064,6 +265697,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263232,6 +265871,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263497,6 +266142,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -263655,13 +266303,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -263894,6 +266535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264172,6 +266819,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264345,6 +266998,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264623,6 +267282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265008,6 +267673,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265176,6 +267847,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265584,6 +268261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265752,6 +268435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265986,6 +268675,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -266144,13 +268836,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -266383,6 +269068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266661,6 +269352,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266834,6 +269531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267112,6 +269815,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267363,6 +270072,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -267521,13 +270233,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -267760,6 +270465,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268038,6 +270749,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268211,6 +270928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268489,6 +271212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268643,6 +271372,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -268801,13 +271533,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -269040,6 +271765,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269318,6 +272049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269491,6 +272228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269769,6 +272512,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269935,6 +272684,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -270093,13 +272845,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -270332,6 +273077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270610,6 +273361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270783,6 +273540,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271061,6 +273824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271429,6 +274198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271650,6 +274425,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -271808,13 +274586,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -272047,6 +274818,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272325,6 +275102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272498,6 +275281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272776,6 +275565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273141,6 +275936,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273309,6 +276110,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273751,6 +276558,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -273909,13 +276719,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -274148,6 +276951,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274426,6 +277235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274599,6 +277414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274877,6 +277698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275270,6 +278097,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275438,6 +278271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275778,6 +278617,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276132,6 +278977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276481,6 +279332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276845,6 +279702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281525,6 +284388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281743,6 +284612,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281912,6 +284787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282158,6 +285039,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282471,6 +285358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282767,6 +285660,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283286,7 +286185,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -283620,6 +286519,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284523,6 +287428,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284741,6 +287652,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284910,6 +287827,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285156,6 +288079,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285469,6 +288398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285765,6 +288700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286284,7 +289225,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -286618,6 +289559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287443,6 +290390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287661,6 +290614,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287830,6 +290789,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288076,6 +291041,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288389,6 +291360,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288685,6 +291662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289204,7 +292187,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -289538,6 +292521,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289853,7 +292842,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.

" + "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.

" }, { "type": "null or string or integer", @@ -290299,6 +293288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290517,6 +293512,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290686,6 +293687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290932,6 +293939,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291245,6 +294258,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291541,6 +294560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292060,7 +295085,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -292394,6 +295419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293127,6 +296158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293345,6 +296382,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293514,6 +296557,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293760,6 +296809,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294073,6 +297128,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294369,6 +297430,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294888,7 +297955,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -295222,6 +298289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295548,7 +298621,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Username to assign to this issue. This field is deprecated.

" + "description": "

Username to assign to this issue. This field is closing down.

" }, { "type": "string", @@ -296021,6 +299094,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296239,6 +299318,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296408,6 +299493,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296654,6 +299745,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296967,6 +300064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297263,6 +300366,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297782,7 +300891,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -298116,6 +301225,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299213,6 +302328,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299431,6 +302552,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299600,6 +302727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299846,6 +302979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300159,6 +303298,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300455,6 +303600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300974,7 +304125,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -301308,6 +304459,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301814,6 +304971,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302404,6 +305567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302622,6 +305791,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302791,6 +305966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303037,6 +306218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303350,6 +306537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303646,6 +306839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304165,7 +307364,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -304499,6 +307698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305224,6 +308429,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305442,6 +308653,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305611,6 +308828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305857,6 +309080,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306170,6 +309399,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306466,6 +309701,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306985,7 +310226,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -307319,6 +310560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308002,6 +311249,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308246,6 +311499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308766,6 +312025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309010,6 +312275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309536,6 +312807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309780,6 +313057,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310404,6 +313687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310648,6 +313937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311178,6 +314473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311422,6 +314723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312079,6 +315386,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312370,6 +315683,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312588,6 +315907,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312757,6 +316082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313003,6 +316334,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313316,6 +316653,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313612,6 +316955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314131,7 +317480,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -314465,6 +317814,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314879,6 +318234,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315048,6 +318409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315217,6 +318584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315386,6 +318759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315921,6 +319300,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316546,6 +319931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316837,6 +320228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317055,6 +320452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317224,6 +320627,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317470,6 +320879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317783,6 +321198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318079,6 +321500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318598,7 +322025,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -318932,6 +322359,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319346,6 +322779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319515,6 +322954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319684,6 +323129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319853,6 +323304,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320388,6 +323845,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320857,6 +324320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321081,6 +324550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321416,6 +324891,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321640,6 +325121,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321975,6 +325462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322194,6 +325687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322484,6 +325983,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322646,6 +326151,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322837,6 +326348,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323061,6 +326578,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323353,6 +326876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323515,6 +327044,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323706,6 +327241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323930,6 +327471,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324261,6 +327808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324485,6 +328038,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324816,6 +328375,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325040,6 +328605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325375,6 +328946,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325599,6 +329176,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325891,6 +329474,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326263,6 +329852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326453,6 +330048,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326677,6 +330278,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326969,6 +330576,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327341,6 +330954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327531,6 +331150,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327755,6 +331380,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328100,6 +331731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328324,6 +331961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328653,6 +332296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328877,6 +332526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329228,6 +332883,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329452,6 +333113,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329803,6 +333470,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330027,6 +333700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330378,6 +334057,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330597,6 +334282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -333036,6 +336727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -333492,6 +337189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -333924,6 +337627,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -334388,6 +338097,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -334985,6 +338700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335209,6 +338930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335544,6 +339271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335768,6 +339501,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336103,6 +339842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336327,6 +340072,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336658,6 +340409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336882,6 +340639,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337213,6 +340976,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337437,6 +341206,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337772,6 +341547,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337996,6 +341777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338288,6 +342075,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338660,6 +342453,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338850,6 +342649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339074,6 +342879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339366,6 +343177,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339738,6 +343555,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339928,6 +343751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340152,6 +343981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340497,6 +344332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340721,6 +344562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341050,6 +344897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341274,6 +345127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341625,6 +345484,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341849,6 +345714,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342200,6 +346071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342424,6 +346301,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342775,6 +346658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342994,6 +346883,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -343337,6 +347232,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -343534,6 +347435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -343776,6 +347683,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344140,6 +348053,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344407,6 +348326,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344625,6 +348550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344794,6 +348725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345040,6 +348977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345353,6 +349296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345649,6 +349598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346168,7 +350123,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -346502,6 +350457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347107,6 +351068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347307,14 +351274,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -347480,6 +351447,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347964,6 +351937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348237,6 +352216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348461,6 +352446,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348753,6 +352744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348943,6 +352940,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349167,6 +353170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349459,6 +353468,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349649,6 +353664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349873,6 +353894,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352508,6 +356535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354013,6 +358046,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354338,6 +358377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354857,7 +358902,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -355501,6 +359546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355826,6 +359877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356345,7 +360402,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -356954,6 +361011,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357279,6 +361342,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357798,7 +361867,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -358582,6 +362651,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359492,7 +363567,7 @@ } ], "previews": [], - "descriptionHTML": "

View the progress of an import.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
\n

Import status

\n

This section includes details about the possible values of the status field of the Import Progress response.

\n

An import that does not have errors will progress through these steps:

\n\n

If there are problems, you will see one of these in the status field:

\n\n

The project_choices field

\n

When multiple projects are found at the provided URL, the response hash will include a project_choices field, the value of which is an array of hashes each representing a project choice. The exact key/value pairs of the project hashes will differ depending on the version control type.

\n

Git LFS related fields

\n

This section includes details about Git LFS related fields that may be present in the Import Progress response.

\n", + "descriptionHTML": "

View the progress of an import.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
\n

Import status

\n

This section includes details about the possible values of the status field of the Import Progress response.

\n

An import that does not have errors will progress through these steps:

\n\n

If there are problems, you will see one of these in the status field:

\n\n

The project_choices field

\n

When multiple projects are found at the provided URL, the response hash will include a project_choices field, the value of which is an array of hashes each representing a project choice. The exact key/value pairs of the project hashes will differ depending on the version control type.

\n

Git LFS related fields

\n

This section includes details about Git LFS related fields that may be present in the Import Progress response.

\n", "statusCodes": [ { "httpStatusCode": "200", @@ -359772,7 +363847,7 @@ } ], "previews": [], - "descriptionHTML": "

Start a source import to a GitHub Enterprise Cloud repository using GitHub Enterprise Cloud Importer.\nImporting into a GitHub Enterprise Cloud repository with GitHub Actions enabled is not supported and will\nreturn a status 422 Unprocessable Entity response.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

Start a source import to a GitHub Enterprise Cloud repository using GitHub Enterprise Cloud Importer.\nImporting into a GitHub Enterprise Cloud repository with GitHub Actions enabled is not supported and will\nreturn a status 422 Unprocessable Entity response.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "201", @@ -360405,7 +364480,7 @@ } ], "previews": [], - "descriptionHTML": "

An import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.

\n

Some servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will\nhave the status detection_found_multiple and the Import Progress response will include a project_choices array.\nYou can select the project to import by providing one of the objects in the project_choices array in the update request.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

An import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.

\n

Some servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will\nhave the status detection_found_multiple and the Import Progress response will include a project_choices array.\nYou can select the project to import by providing one of the objects in the project_choices array in the update request.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -360473,7 +364548,7 @@ } ], "previews": [], - "descriptionHTML": "

Stop an import for a repository.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

Stop an import for a repository.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -360622,7 +364697,7 @@ } ], "previews": [], - "descriptionHTML": "

Each type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Enterprise Cloud Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username hubot into something like hubot <hubot@12341234-abab-fefe-8787-fedcba987654>.

\n

This endpoint and the Map a commit author endpoint allow you to provide correct Git author information.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

Each type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Enterprise Cloud Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username hubot into something like hubot <hubot@12341234-abab-fefe-8787-fedcba987654>.

\n

This endpoint and the Map a commit author endpoint allow you to provide correct Git author information.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -360771,7 +364846,7 @@ } ], "previews": [], - "descriptionHTML": "

Update an author's identity for the import. Your application can continue updating authors any time before you push\nnew commits to the repository.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

Update an author's identity for the import. Your application can continue updating authors any time before you push\nnew commits to the repository.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -360896,7 +364971,7 @@ } ], "previews": [], - "descriptionHTML": "

List files larger than 100MB found during the import

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

List files larger than 100MB found during the import

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -361142,7 +365217,7 @@ } ], "previews": [], - "descriptionHTML": "

You can import repositories from Subversion, Mercurial, and TFS that include files larger than 100MB. This ability\nis powered by Git LFS.

\n

You can learn more about our LFS feature and working with large files on our help\nsite.

\n

Warning

\n

\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", + "descriptionHTML": "

You can import repositories from Subversion, Mercurial, and TFS that include files larger than 100MB. This ability\nis powered by Git LFS.

\n

You can learn more about our LFS feature and working with large files on our help\nsite.

\n

Warning

\n

\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -361523,6 +365598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361848,6 +365929,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362367,7 +366454,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -363004,6 +367091,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363329,6 +367422,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363848,7 +367947,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -364450,6 +368549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -364775,6 +368880,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365294,7 +369405,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -366067,6 +370178,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367258,6 +371375,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -367376,7 +371503,7 @@ }, "advanced_security_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -367384,7 +371511,7 @@ }, "dependabot_alerts_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -367392,7 +371519,7 @@ }, "dependabot_security_updates_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -367400,7 +371527,7 @@ }, "dependency_graph_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -367408,7 +371535,7 @@ }, "secret_scanning_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -367416,7 +371543,7 @@ }, "secret_scanning_push_protection_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -367441,7 +371568,7 @@ }, "secret_scanning_validity_checks_enabled": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", "examples": [ false ], @@ -367623,7 +371750,7 @@ "type": "string", "name": "members_allowed_repository_creation_type", "in": "body", - "description": "

Specifies which types of repositories non-admin organization members can create. private is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", + "description": "

Specifies which types of repositories non-admin organization members can create. private is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", "enum": [ "all", "private", @@ -367675,37 +371802,37 @@ "type": "boolean", "name": "advanced_security_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "dependabot_alerts_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "dependabot_security_updates_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "dependency_graph_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "secret_scanning_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "secret_scanning_push_protection_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", @@ -367723,7 +371850,7 @@ "type": "boolean", "name": "secret_scanning_validity_checks_enabled", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.

" } ], "progAccess": { @@ -368038,6 +372165,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -368156,7 +372293,7 @@ }, "advanced_security_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368164,7 +372301,7 @@ }, "dependabot_alerts_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368172,7 +372309,7 @@ }, "dependabot_security_updates_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368180,7 +372317,7 @@ }, "dependency_graph_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368188,7 +372325,7 @@ }, "secret_scanning_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368196,7 +372333,7 @@ }, "secret_scanning_push_protection_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368221,7 +372358,7 @@ }, "secret_scanning_validity_checks_enabled": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", "examples": [ false ], @@ -368276,7 +372413,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nParameter deprecation notice: GitHub Enterprise Cloud will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Warning

\n

\nParameter deprecation notice: Code security product enablement for new repositories through the organization API is deprecated. Please use code security configurations to set defaults instead. For more information on setting a default security configuration, see the changelog.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Cloud will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Warning

\n

\nClosing down notice: Code security product enablement for new repositories through the organization API is closing down. Please use code security configurations to set defaults instead. For more information on setting a default security configuration, see the changelog.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -369505,6 +373642,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -369901,7 +374044,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -369954,7 +374097,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -370253,6 +374396,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -370422,7 +374571,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

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

\n
\n

Enables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"

\n

The authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:org, write:org, or repo scopes to use this endpoint.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: The ability to enable or disable a security feature for all eligible repositories in an organization is closing down. Please use code security configurations instead. For more information, see the changelog.

\n
\n

Enables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"

\n

The authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:org, write:org, or repo scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "204", @@ -371036,6 +375185,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372503,7 +376658,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", - "title": "Deprecated - List custom repository roles in an organization", + "title": "Closing down - List custom repository roles in an organization", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -372758,6 +376913,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372807,7 +376968,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -373121,6 +377282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373465,6 +377632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373784,6 +377957,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374137,6 +378316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374267,7 +378452,7 @@ "serverUrl": "https://api.github.com", "verb": "post", "requestPath": "/orgs/{org}/custom_roles", - "title": "Deprecated - Create a custom role", + "title": "Closing down - Create a custom role", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -374550,6 +378735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374596,7 +378787,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"Create a custom repository role\" endpoint instead.

\n
\n

Creates a custom repository role that can be used by all repositories owned by the organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be an administrator for the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"Create a custom repository role\" endpoint instead.

\n
\n

Creates a custom repository role that can be used by all repositories owned by the organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be an administrator for the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -374616,7 +378807,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/orgs/{org}/custom_roles/{role_id}", - "title": "Deprecated - Get a custom role", + "title": "Closing down - Get a custom role", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -374869,6 +379060,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374915,7 +379112,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"Get a custom repository role\" endpoint instead.

\n
\n

Gets a custom repository role that is available to all repositories owned by the organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be an administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"Get a custom repository role\" endpoint instead.

\n
\n

Gets a custom repository role that is available to all repositories owned by the organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be an administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -374931,7 +379128,7 @@ "serverUrl": "https://api.github.com", "verb": "patch", "requestPath": "/orgs/{org}/custom_roles/{role_id}", - "title": "Deprecated - Update a custom role", + "title": "Closing down - Update a custom role", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -375222,6 +379419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -375268,7 +379471,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"Update a custom repository role\" endpoint instead.

\n
\n

Updates a custom repository role that can be used by all repositories owned by the organization. For more information about custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be an administrator for the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"Update a custom repository role\" endpoint instead.

\n
\n

Updates a custom repository role that can be used by all repositories owned by the organization. For more information about custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be an administrator for the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -375288,7 +379491,7 @@ "serverUrl": "https://api.github.com", "verb": "delete", "requestPath": "/orgs/{org}/custom_roles/{role_id}", - "title": "Deprecated - Delete a custom role", + "title": "Closing down - Delete a custom role", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -375340,7 +379543,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"Delete a custom repository role\" endpoint instead.

\n
\n

Deletes a custom role from an organization. Once the custom role has been deleted, any\nuser, team, or invitation with the deleted custom role will be reassigned the inherited role. For more information about custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be an administrator for the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"Delete a custom repository role\" endpoint instead.

\n
\n

Deletes a custom role from an organization. Once the custom role has been deleted, any\nuser, team, or invitation with the deleted custom role will be reassigned the inherited role. For more information about custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be an administrator for the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -375352,7 +379555,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/orgs/{org}/fine_grained_permissions", - "title": "Deprecated - List fine-grained permissions for an organization", + "title": "Closing down - List fine-grained permissions for an organization", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -375432,7 +379635,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"List fine-grained repository permissions\" endpoint instead.

\n
\n

Lists the fine-grained permissions that can be used in custom repository roles for an organization. For more information, see \"About custom repository roles.\"

\n

To use this endpoint the authenticated user must be an administrator of the organization or of a repository of the organization.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"List fine-grained repository permissions\" endpoint instead.

\n
\n

Lists the fine-grained permissions that can be used in custom repository roles for an organization. For more information, see \"About custom repository roles.\"

\n

To use this endpoint the authenticated user must be an administrator of the organization or of a repository of the organization.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -375810,6 +380013,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376192,6 +380401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376559,6 +380774,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377279,6 +381500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377838,6 +382065,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378298,6 +382531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378661,6 +382900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -379326,6 +383571,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -379769,6 +384020,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380218,6 +384475,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380676,6 +384939,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381031,6 +385300,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381792,6 +386067,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382146,6 +386427,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382835,6 +387122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383119,6 +387412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383682,6 +387981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384380,6 +388685,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385415,6 +389726,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -386097,6 +390414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397770,6 +402093,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397969,6 +402298,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399047,6 +403382,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399246,6 +403587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400272,6 +404619,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400471,6 +404824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402391,6 +406750,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402590,6 +406955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403648,6 +408019,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403847,6 +408224,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404922,6 +409305,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405121,6 +409510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407003,6 +411398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407202,6 +411603,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408280,6 +412687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408479,6 +412892,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409572,6 +413991,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409771,6 +414196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412472,6 +416903,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412884,6 +417321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413212,6 +417655,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414424,6 +418873,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414826,6 +419281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -415228,6 +419689,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -415664,6 +420131,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416191,6 +420664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416619,6 +421098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417019,6 +421504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417446,6 +421937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417793,6 +422290,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418181,6 +422684,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418770,6 +423279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -419164,6 +423679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -419526,6 +424047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -420004,6 +424531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -421811,6 +426344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422106,6 +426645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422395,6 +426940,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422564,6 +427115,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422732,6 +427289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423242,6 +427805,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423761,7 +428330,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -424059,6 +428628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -424363,6 +428938,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -424882,7 +429463,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -425180,6 +429761,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425498,6 +430085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426513,6 +431106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426809,6 +431408,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -427098,6 +431703,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -427267,173 +431878,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] }, - "node_id": { + "user_view_type": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -427586,192 +432209,272 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -427796,235 +432499,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -428084,7 +433126,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -428108,73 +433149,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -428217,192 +433335,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -428427,257 +433625,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -428737,7 +434252,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -428761,73 +434275,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -429144,6 +434735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -429370,6 +434967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430364,6 +435967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430660,6 +436269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430949,6 +436564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431118,6 +436739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431286,6 +436913,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431437,192 +437070,1398 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, "archive_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, "assignees_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, "blobs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, "branches_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, "collaborators_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, "comments_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, "commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, "compare_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, "contents_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, "contributors_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, "deployments_url": { "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, "downloads_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] }, "events_url": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] }, "forks_url": { "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] }, "git_commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] }, "git_refs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] }, "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, - "html_url": { + "git_url": { "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, "issue_comment_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, "issue_events_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, "issues_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, "keys_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, "languages_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, "merges_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + 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" }, - "name": { + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { "type": "string" }, - "notifications_url": { + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { "type": "string" }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" + ] + }, + "sha": { + "type": "string" + }, + "user": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -431647,235 +438486,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -431935,7 +439113,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -431959,726 +439136,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { + "name": { "type": [ "string", "null" ] }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": "object", - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { + "email": { "type": [ "string", "null" ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, "id": { - "type": "integer" - }, - "is_template": { - "type": "boolean" + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, "node_id": { - "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", - "format": "uri" - }, - "merges_url": { "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "examples": [ + "MDQ6VXNlcjE=" ] }, - "private": { - "type": "boolean" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string", - "format": "uri" - }, - "statuses_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string", - "format": "uri" - }, - "subscription_url": { - "type": "string", - "format": "uri" - }, - "tags_url": { - "type": "string", - "format": "uri" - }, - "teams_url": { - "type": "string", - "format": "uri" - }, - "trees_url": { - "type": "string" - }, - "url": { + "avatar_url": { "type": "string", - "format": "uri" - }, - "clone_url": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "forks_count": { - "type": "integer" - }, - "git_url": { - "type": "string" - }, - "has_downloads": { - "type": "boolean" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" ] }, - "master_branch": { - "type": "string" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" - }, - "mirror_url": { + "gravatar_id": { "type": [ "string", "null" ], - "format": "uri" - }, - "open_issues": { - "type": "integer" - }, - "open_issues_count": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "examples": [ + "41d064eb2195891e12d0413f63227ea7" ] }, - "temp_clone_token": { - "type": "string" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, - "pushed_at": { + "html_url": { "type": "string", - "format": "date-time" - }, - "size": { - "type": "integer" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_count": { - "type": "integer" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "svn_url": { + "followers_url": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "created_at": { + "following_url": { "type": "string", - "format": "date-time" + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "updated_at": { + "gists_url": { "type": "string", - "format": "date-time" - }, - "allow_forking": { - "type": "boolean" + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] }, - "web_commit_signoff_required": { - "type": "boolean" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "has_discussions", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "sha": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "avatar_url": { + "starred_url": { "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] }, - "followers_url": { + "subscriptions_url": { "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" ] }, - "html_url": { + "organizations_url": { "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] }, - "login": { - "type": "string" + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] }, - "organizations_url": { + "events_url": { "type": "string", - "format": "uri" + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -432995,6 +439596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433221,6 +439828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434265,6 +440878,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434561,6 +441180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434850,6 +441475,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435019,6 +441650,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435187,6 +441824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435338,445 +441981,864 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, "archive_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, "assignees_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, "blobs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, "branches_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, "collaborators_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, "comments_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, "commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, "compare_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, "contents_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, "contributors_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, "deployments_url": { "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, "downloads_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] }, "events_url": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] }, "forks_url": { "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] }, "git_commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] }, "git_refs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] }, "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, - "html_url": { + "git_url": { "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, "issue_comment_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, "issue_events_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, "issues_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, "keys_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, "languages_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, "merges_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] }, "notifications_url": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" ] }, - "private": { - "type": "boolean" - }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -435836,7 +442898,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -435860,73 +442921,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -435969,192 +443107,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -436179,257 +443397,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -436489,7 +444024,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -436513,73 +444047,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -436896,231 +444507,243 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "merge_method": { - "type": "string", - "description": "The merge method to use.", - "enum": [ - "merge", - "squash", - "rebase" - ] - }, - "commit_title": { - "type": "string", - "description": "Title for the merge commit message." - }, - "commit_message": { - "type": "string", - "description": "Commit message for the merge commit." - } - }, - "required": [ - "enabled_by", - "merge_method", - "commit_title", - "commit_message" - ] - }, - "draft": { - "description": "Indicates whether or not the pull request is a draft.", - "type": "boolean", - "examples": [ - false - ] - }, - "merged": { - "type": "boolean" - }, - "mergeable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "rebaseable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "mergeable_state": { - "type": "string", - "examples": [ - "clean" - ] - }, - "merged_by": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] }, - "followers_url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "merge_method": { + "type": "string", + "description": "The merge method to use.", + "enum": [ + "merge", + "squash", + "rebase" + ] + }, + "commit_title": { + "type": "string", + "description": "Title for the merge commit message." + }, + "commit_message": { + "type": "string", + "description": "Commit message for the merge commit." + } + }, + "required": [ + "enabled_by", + "merge_method", + "commit_title", + "commit_message" + ] + }, + "draft": { + "description": "Indicates whether or not the pull request is a draft.", + "type": "boolean", + "examples": [ + false + ] + }, + "merged": { + "type": "boolean" + }, + "mergeable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "rebaseable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "mergeable_state": { + "type": "string", + "examples": [ + "clean" + ] + }, + "merged_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -437747,6 +445370,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437924,6 +445553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438918,14 +446553,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -439091,6 +446726,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439556,14 +447197,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -439729,6 +447370,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440208,14 +447855,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -440381,6 +448028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440982,14 +448635,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -441155,6 +448808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441508,7 +449167,7 @@ "type": "integer", "name": "position", "in": "body", - "description": "

This parameter is deprecated. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" + "description": "

This parameter is closing down. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" }, { "type": "string", @@ -441705,14 +449364,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -441878,6 +449537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442160,7 +449825,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is deprecated. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", + "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is closing down. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", "statusCodes": [ { "httpStatusCode": "201", @@ -442371,14 +450036,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -442544,6 +450209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443091,6 +450762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -444247,6 +451924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -444542,6 +452225,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -444831,6 +452520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445000,6 +452695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445168,6 +452869,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445678,6 +453385,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -446197,7 +453910,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -446495,6 +454208,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -446799,6 +454518,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -447318,7 +455043,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -447616,6 +455341,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -447934,6 +455665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448906,6 +456643,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449201,6 +456944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449490,6 +457239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449659,6 +457414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449827,6 +457588,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450337,6 +458104,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450856,7 +458629,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -451154,6 +458927,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451458,6 +459237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451977,7 +459762,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -452275,6 +460060,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452593,6 +460384,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452989,6 +460786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453484,6 +461287,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453915,6 +461724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454353,6 +462168,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454779,6 +462600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -455304,6 +463131,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -455877,6 +463710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456331,6 +464170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456880,7 +464725,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is deprecated. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", + "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is closing down. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -457191,6 +465036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457534,6 +465385,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457801,6 +465658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458250,6 +466113,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458583,6 +466452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458849,6 +466724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459300,6 +467181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459648,6 +467535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459914,6 +467807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -460370,6 +468269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -460718,6 +468623,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -460984,6 +468895,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -461439,6 +469356,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -461790,6 +469713,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -462056,6 +469985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -462511,6 +470446,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -462859,6 +470800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -463125,6 +471072,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -463574,6 +471527,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -463916,6 +471875,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464182,6 +472147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464622,6 +472593,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464685,7 +472662,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -464955,6 +472932,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465017,7 +473000,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -465296,6 +473279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465359,7 +473348,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -465619,6 +473608,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465681,7 +473676,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -466073,6 +474068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -466299,6 +474300,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -466880,6 +474887,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467106,6 +475119,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467740,6 +475759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467966,6 +475991,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468475,6 +476506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468701,6 +476738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469213,6 +477256,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469439,6 +477488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470014,6 +478069,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470240,6 +478301,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470758,6 +478825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471142,6 +479215,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471591,6 +479670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471953,6 +480038,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472414,6 +480505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473255,7 +481352,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -474020,6 +482117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474772,6 +482875,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475291,7 +483400,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -475762,6 +483871,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476048,6 +484163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476567,7 +484688,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -476979,6 +485100,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477498,7 +485625,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -478655,6 +486782,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479407,6 +487540,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479926,7 +488065,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -480397,6 +488536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480683,6 +488828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481202,7 +489353,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -481614,6 +489765,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482133,7 +490290,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -482769,7 +490926,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -483550,6 +491707,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -484302,6 +492465,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -484821,7 +492990,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -485292,6 +493461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485578,6 +493753,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -486097,7 +494278,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -486509,6 +494690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -487028,7 +495215,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -487904,6 +496091,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488984,6 +497177,9 @@ }, "name": { "type": "string" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -489055,7 +497251,7 @@ "type": "object", "name": "client_payload", "in": "body", - "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.

" + "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.

" } ], "progAccess": { @@ -490581,6 +498777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492236,6 +500438,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492988,6 +501196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -493507,7 +501721,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -493978,6 +502192,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494264,6 +502484,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494783,7 +503009,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -495195,6 +503421,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -495714,7 +503946,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -496397,6 +504629,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -497620,6 +505858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -498139,7 +506383,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -499207,6 +507451,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -499959,6 +508209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -500478,7 +508734,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -500949,6 +509205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -501235,6 +509497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -501754,7 +510022,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -502166,6 +510434,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -502685,7 +510959,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -503506,6 +511780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -509138,6 +517418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -510586,6 +518872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -511338,6 +519630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -511857,7 +520155,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -512328,6 +520626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -512614,6 +520918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -513133,7 +521443,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -513545,6 +521855,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514064,7 +522380,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -523918,7 +532234,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -524020,7 +532336,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "200", @@ -524040,7 +532356,7 @@ "serverUrl": "https://api.github.com", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -524148,7 +532464,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "201", @@ -524168,7 +532484,7 @@ "serverUrl": "https://api.github.com", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -524230,7 +532546,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "204", @@ -529240,7 +537556,7 @@ { "name": "sort", "deprecated": true, - "description": "

This field is deprecated. Sorts the results of your query. Can only be indexed, which indicates how recently a file has been indexed by the GitHub Enterprise Cloud search infrastructure. Default: best match

", + "description": "

This field is closing down. Sorts the results of your query. Can only be indexed, which indicates how recently a file has been indexed by the GitHub Enterprise Cloud search infrastructure. Default: best match

", "in": "query", "required": false, "schema": { @@ -529252,7 +537568,7 @@ }, { "name": "order", - "description": "

This field is deprecated. Determines whether the first search result returned is the highest number of matches (desc) or lowest number of matches (asc). This parameter is ignored unless you provide sort.

", + "description": "

This field is closing down. Determines whether the first search result returned is the highest number of matches (desc) or lowest number of matches (asc). This parameter is ignored unless you provide sort.

", "in": "query", "deprecated": true, "required": false, @@ -529597,6 +537913,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -530892,6 +539214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -531135,6 +539463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532292,6 +540626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532460,6 +540800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532671,6 +541017,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532918,6 +541270,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -533404,6 +541762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -533923,7 +542287,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -534267,6 +542631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -535152,6 +543522,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -536360,6 +544736,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -536526,6 +544905,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the multi-repo tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -536673,7 +545072,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "active" + "validity": "active", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -536759,7 +545160,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -536982,6 +545385,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537192,6 +545601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537715,6 +546130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537763,6 +546184,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise." } } } @@ -537907,6 +546342,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the multi-repo tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -538057,7 +546512,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "active" + "validity": "active", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -538143,7 +546600,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -538366,6 +546825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -538576,6 +547041,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539099,6 +547570,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539147,6 +547624,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise." } } } @@ -539300,6 +547791,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "

A boolean value representing whether or not to filter alerts by the multi-repo tag being present.

", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -539384,7 +547895,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "inactive" + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -539403,7 +547916,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -539626,6 +548141,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539821,6 +548342,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539862,6 +548389,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -539968,7 +548509,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false }, "schema": { "type": "object", @@ -540188,6 +548731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -540383,6 +548932,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -540424,6 +548979,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -540588,7 +549157,9 @@ "push_protection_bypassed_by": null, "push_protection_bypassed_at": null, "resolution_comment": "Example comment", - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false }, "schema": { "type": "object", @@ -540808,6 +549379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -541003,6 +549580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -541044,6 +549627,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -542629,6 +551226,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -543372,6 +551975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544219,6 +552828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544390,6 +553005,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544907,6 +553528,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -545110,6 +553737,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -545528,6 +554161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -546725,6 +555364,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -546896,6 +555541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -547413,6 +556064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -547616,6 +556273,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -548034,6 +556697,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -549142,6 +557811,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -549313,6 +557988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -549830,6 +558511,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -550033,6 +558720,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -550451,6 +559144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -551408,6 +560107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -551579,6 +560284,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -552096,6 +560807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -552299,6 +561016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -552717,6 +561440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -553661,6 +562390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -553832,6 +562567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -554349,6 +563090,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -554552,6 +563299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -554970,6 +563723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556071,6 +564830,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556242,6 +565007,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556759,6 +565530,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556962,6 +565739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -557380,6 +566163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -558263,6 +567052,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -558434,6 +567229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -558951,6 +567752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -559154,6 +567961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -559572,6 +568385,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -560842,6 +569661,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -561594,6 +570419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -562113,7 +570944,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -562584,6 +571415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -562870,6 +571707,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -563389,7 +572232,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -563801,6 +572644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -564320,7 +573169,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -565115,7 +573964,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push" @@ -566694,7 +575543,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -568509,6 +577358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -568867,6 +577722,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -569457,6 +578318,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -570602,6 +579469,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -572446,7 +581319,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -572514,7 +581387,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -573966,7 +582839,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -574026,7 +582899,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", "statusCodes": [ { "httpStatusCode": "204", @@ -574315,6 +583188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -574394,7 +583273,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", "statusCodes": [ { "httpStatusCode": "200", @@ -574667,6 +583546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -574745,7 +583630,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", "statusCodes": [ { "httpStatusCode": "204", @@ -575243,6 +584128,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -575921,7 +584812,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -576382,6 +585273,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -577003,7 +585900,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -578544,6 +587441,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -578981,6 +587884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -579415,6 +588324,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -579861,6 +588776,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -580385,6 +589306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -580555,7 +589482,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -580812,6 +589739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -580981,7 +589914,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -581236,6 +590169,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -581405,7 +590344,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -581672,6 +590611,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -581841,7 +590786,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -582202,6 +591147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -582688,6 +591639,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -583156,6 +592113,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -583641,6 +592604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -584189,6 +593158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -584398,7 +593373,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -584665,6 +593640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -584873,7 +593854,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -585123,6 +594104,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -585331,7 +594318,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -585598,6 +594585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -585806,7 +594799,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -586967,6 +595960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -587276,6 +596275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -587886,6 +596891,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -587948,7 +596959,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List pending team invitations endpoint.

\n
\n

The return hash contains a role field which refers to the Organization Invitation role and will be one of the following values: direct_member, admin, billing_manager, hiring_manager, or reinstate. If the invitee is not a GitHub Enterprise Cloud member, the login field in the return hash will be null.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List pending team invitations endpoint.

\n
\n

The return hash contains a role field which refers to the Organization Invitation role and will be one of the following values: direct_member, admin, billing_manager, hiring_manager, or reinstate. If the invitee is not a GitHub Enterprise Cloud member, the login field in the return hash will be null.

", "statusCodes": [ { "httpStatusCode": "200", @@ -588185,6 +597196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -588213,7 +597230,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

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

The \"Get team member\" endpoint (described below) is deprecated.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

", + "descriptionHTML": "

The \"Get team member\" endpoint (described below) is closing down.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

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

The \"Add team member\" endpoint (described below) is deprecated.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"

\n
\n

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

", + "descriptionHTML": "

The \"Add team member\" endpoint (described below) is closing down.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"

\n
\n

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

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

The \"Remove team member\" endpoint (described below) is deprecated.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"

\n
", + "descriptionHTML": "

The \"Remove team member\" endpoint (described below) is closing down.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -588525,7 +597542,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -589325,7 +598342,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List IdP groups for a team endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

List IdP groups connected to a team on GitHub Enterprise Cloud.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List IdP groups for a team endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

List IdP groups connected to a team on GitHub Enterprise Cloud.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create or update IdP group connections endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

Creates, updates, or removes a connection between a team and an IdP group. When adding groups to a team, you must include all new and existing groups to avoid replacing existing groups with the new ones. Specifying an empty groups array will remove all connections for a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create or update IdP group connections endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

Creates, updates, or removes a connection between a team and an IdP group. When adding groups to a team, you must include all new and existing groups to avoid replacing existing groups with the new ones. Specifying an empty groups array will remove all connections for a team.

", "statusCodes": [ { "httpStatusCode": "200", @@ -589631,6 +598648,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -589912,13 +598932,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -589978,6 +598991,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -590136,13 +599152,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -590277,6 +599286,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -590558,13 +599570,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -590624,6 +599629,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -590782,13 +599790,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -591029,6 +600030,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -591310,13 +600314,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -591483,6 +600480,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -591764,13 +600764,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -591830,6 +600823,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -591988,13 +600984,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -592138,6 +601127,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -592419,13 +601411,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -592485,6 +601470,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -592643,13 +601631,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -592944,6 +601925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -593071,6 +602058,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -593352,13 +602342,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -593418,6 +602401,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -593576,13 +602562,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -593726,6 +602705,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -594007,13 +602989,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -594073,6 +603048,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -594231,13 +603209,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -594928,6 +603899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -596017,6 +604994,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -596277,6 +605260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -596757,6 +605746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -597015,6 +606010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ diff --git a/src/rest/data/ghes-3.10-2022-11-28/schema.json b/src/rest/data/ghes-3.10-2022-11-28/schema.json index 71e8bc9fa683..3cba0ced3cd1 100644 --- a/src/rest/data/ghes-3.10-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.10-2022-11-28/schema.json @@ -3970,6 +3970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -4489,7 +4495,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -6802,6 +6808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -11929,6 +11941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14188,6 +14206,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14707,7 +14731,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -15230,6 +15254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -15749,7 +15779,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -17805,6 +17835,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -18324,7 +18360,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -18851,6 +18887,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -19370,7 +19412,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -21490,6 +21532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -22009,7 +22057,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -22546,6 +22594,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -23065,7 +23119,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -25194,6 +25248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -29920,6 +29980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30082,6 +30148,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30442,6 +30514,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -31248,6 +31326,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32652,6 +32736,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32814,6 +32904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33174,6 +33270,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33980,6 +34082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35062,6 +35170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35832,6 +35946,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35994,6 +36114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36354,6 +36480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -37160,6 +37292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38610,6 +38748,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39234,6 +39378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39478,6 +39628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40661,6 +40817,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40823,6 +40985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41183,6 +41351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41989,6 +42163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -43823,6 +44003,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44041,6 +44227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44210,6 +44402,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44456,6 +44654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44769,6 +44973,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45065,6 +45275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45584,7 +45800,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -45912,6 +46128,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46342,6 +46564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46580,6 +46808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47349,6 +47583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47567,6 +47807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47736,6 +47982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47982,6 +48234,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48295,6 +48553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48591,6 +48855,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49110,7 +49380,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -49438,6 +49708,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49868,6 +50144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50106,6 +50388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50869,6 +51157,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51087,6 +51381,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51256,6 +51556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51502,6 +51808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51815,6 +52127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52111,6 +52429,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52630,7 +52954,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -52958,6 +53282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53388,6 +53718,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53626,6 +53962,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54387,6 +54729,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54605,6 +54953,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54774,6 +55128,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55020,6 +55380,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55333,6 +55699,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55629,6 +56001,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56148,7 +56526,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -56476,6 +56854,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56906,6 +57290,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57144,6 +57534,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57891,6 +58287,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58109,6 +58511,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58278,6 +58686,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58524,6 +58938,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58837,6 +59257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59133,6 +59559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59652,7 +60084,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -59980,6 +60412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60410,6 +60848,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60648,6 +61092,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60920,7 +61370,7 @@ } ], "previews": [], - "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", + "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -61419,6 +61869,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61637,6 +62093,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61806,6 +62268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62052,6 +62520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62365,6 +62839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62661,6 +63141,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63180,7 +63666,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -63508,6 +63994,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63938,6 +64430,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64176,6 +64674,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64923,6 +65427,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65141,6 +65651,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65310,6 +65826,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65556,6 +66078,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65869,6 +66397,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66165,6 +66699,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66684,7 +67224,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -67012,6 +67552,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67442,6 +67988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67680,6 +68232,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68438,6 +68996,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68656,6 +69220,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68825,6 +69395,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69071,6 +69647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69384,6 +69966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69680,6 +70268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70199,7 +70793,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -70527,6 +71121,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70957,6 +71557,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71195,6 +71801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71953,6 +72565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72171,6 +72789,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72340,6 +72964,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72586,6 +73216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72899,6 +73535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73195,6 +73837,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73714,7 +74362,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -74042,6 +74690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74472,6 +75126,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74710,6 +75370,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -75692,6 +76358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -76801,6 +77473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -78288,6 +78966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79327,6 +80011,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79506,6 +80196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79724,6 +80420,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79903,6 +80605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80419,6 +81127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80938,7 +81652,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -81502,6 +82216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -82021,7 +82741,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -82935,6 +83655,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -83454,7 +84180,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -83875,6 +84601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -84394,7 +85126,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -84797,6 +85529,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -85501,6 +86239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -86513,6 +87257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -87693,6 +88443,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88114,6 +88870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88566,6 +89328,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88820,6 +89588,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89150,6 +89924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89521,7 +90301,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -89574,7 +90354,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -89873,6 +90653,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90195,6 +90981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90566,7 +91358,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -90619,7 +91411,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -90918,6 +91710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -91325,7 +92123,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -91385,7 +92183,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -91884,7 +92682,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -91937,7 +92735,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92317,6 +93115,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92836,7 +93640,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93451,7 +94255,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -93511,7 +94315,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -93959,6 +94763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94200,7 +95010,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94253,7 +95063,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94542,6 +95352,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94883,6 +95699,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95297,6 +96119,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95668,7 +96496,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -95721,7 +96549,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96020,6 +96848,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96347,6 +97181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96718,7 +97558,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -96771,7 +97611,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97070,6 +97910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97395,6 +98241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97766,7 +98618,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97819,7 +98671,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98118,6 +98970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98637,6 +99495,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99156,7 +100020,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -99695,6 +100559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100066,7 +100936,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100119,7 +100989,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100418,6 +101288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100977,6 +101853,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101496,7 +102378,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102234,6 +103116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102475,7 +103363,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102528,7 +103416,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -102817,6 +103705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103223,6 +104117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103464,7 +104364,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103517,7 +104417,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103806,6 +104706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105281,6 +106187,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105694,6 +106606,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106012,6 +106930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106425,6 +107349,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106693,6 +107623,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -106868,6 +107801,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -107554,6 +108493,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107731,6 +108676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108186,6 +109137,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108599,6 +109556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108917,6 +109880,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109330,6 +110299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109598,6 +110573,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -109773,6 +110751,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110487,6 +111471,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110664,6 +111654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111119,6 +112115,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111532,6 +112534,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111850,6 +112858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112263,6 +113277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112531,6 +113551,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -112706,6 +113729,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -113526,6 +114555,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113703,6 +114738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114440,6 +115481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114853,6 +115900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115171,6 +116224,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115584,6 +116643,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115852,6 +116917,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116027,6 +117095,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116254,7 +117328,7 @@ { "type": "array of strings", "name": "contexts", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", "isRequired": true }, { @@ -116828,6 +117902,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117239,6 +118319,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117544,6 +118630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117955,6 +119047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118273,6 +119371,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -118448,6 +119549,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -119256,6 +120363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -119669,6 +120782,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -119987,6 +121106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120400,6 +121525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121010,6 +122141,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121423,6 +122560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121741,6 +122884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122154,6 +123303,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122935,7 +124090,7 @@ "type": "array of strings", "name": "contexts", "in": "body", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" }, { "type": "array of objects", @@ -123802,6 +124957,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -123977,6 +125135,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -124410,6 +125574,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -124873,6 +126043,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125336,6 +126512,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125799,6 +126981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127476,6 +128664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127757,6 +128951,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128038,6 +129238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128319,6 +129525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -129074,6 +130286,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -129599,6 +130817,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130287,6 +131511,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130812,6 +132042,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -131513,6 +132749,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132038,6 +133280,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132974,6 +134222,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133499,6 +134753,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -134572,6 +135832,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135097,6 +136363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135883,6 +137155,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136408,6 +137686,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137355,6 +138639,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137677,6 +138967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139156,6 +140452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139478,6 +140780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -140799,6 +142107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142192,6 +143506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142514,6 +143834,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144065,6 +145391,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144387,6 +145719,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -145619,12 +146957,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -145780,6 +147122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -145936,12 +147284,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -146172,6 +147524,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147037,12 +148395,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -147198,6 +148560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147354,12 +148722,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -147590,6 +148962,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148325,12 +149703,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -148486,6 +149868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148642,12 +150030,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -148926,12 +150318,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -149087,6 +150483,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149261,12 +150663,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -149580,12 +150986,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -149741,6 +151151,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149915,12 +151331,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150179,12 +151599,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150576,7 +152000,7 @@ } ], "previews": [], - "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nDeprecation notice: The tool_name field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", + "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nClosing down notice: The tool_name field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", "statusCodes": [ { "httpStatusCode": "200", @@ -152099,6 +153523,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -152663,6 +154093,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153087,6 +154523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153868,6 +155310,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154037,6 +155485,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154510,6 +155964,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155291,6 +156751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155460,6 +156926,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155978,6 +157450,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156759,6 +158237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156928,6 +158412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157717,6 +159207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157894,6 +159390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159109,6 +160611,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159404,6 +160912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159693,6 +161207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159862,6 +161382,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160030,6 +161556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160540,6 +162072,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161059,7 +162597,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -161357,6 +162895,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161661,6 +163205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162180,7 +163730,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -162478,6 +164028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162796,6 +164352,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163408,6 +164970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163585,6 +165153,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164522,6 +166096,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164699,6 +166279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165220,6 +166806,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165397,6 +166989,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165950,6 +167548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166127,6 +167731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166760,6 +168370,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167176,6 +168792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167606,6 +169228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168126,6 +169754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168317,7 +169951,7 @@ "type": "integer", "name": "line", "in": "body", - "description": "

Deprecated. Use position parameter instead. Line number in the file to comment on.

" + "description": "

Closing down notice. Use position parameter instead. Line number in the file to comment on.

" } ], "progAccess": { @@ -168574,6 +170208,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169152,6 +170792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170131,6 +171777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170512,6 +172164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171759,6 +173417,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171998,6 +173662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173614,6 +175284,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173853,6 +175529,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174385,7 +176067,7 @@ }, { "name": "page", - "description": "

Deprecated. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", + "description": "

Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", "deprecated": true, "in": "query", "schema": { @@ -175368,6 +177050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176312,6 +178000,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -177298,6 +178992,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -178306,6 +180006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -179791,8 +181497,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Contents\" repository permissions": "read", - "\"Pull requests\" repository permissions": "read" + "\"Contents\" repository permissions": "read" } ], "allowsPublicRead": true @@ -181536,6 +183241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -181780,6 +183491,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182345,6 +184062,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182589,6 +184312,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183109,6 +184838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183353,6 +185088,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -184727,6 +186468,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185460,6 +187207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -186256,6 +188009,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -187788,6 +189547,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -187831,7 +189596,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -188062,6 +189827,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188594,6 +190365,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188637,7 +190414,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -188868,6 +190645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189346,6 +191129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189389,7 +191178,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -189620,6 +191409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -195216,6 +197011,12 @@ }, "business_plus": { "type": "boolean" + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -200573,7 +202374,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", "statusCodes": [ { "httpStatusCode": "201", @@ -201167,7 +202968,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM group.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM group.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", "statusCodes": [ { "httpStatusCode": "201", @@ -204015,7 +205816,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM user.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -205591,7 +207392,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -205683,7 +207484,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", "statusCodes": [ { "httpStatusCode": "204", @@ -206267,6 +208068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -206508,7 +208315,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -206561,7 +208368,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -206850,6 +208657,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207182,6 +208995,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207648,6 +209467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207889,7 +209714,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -207942,7 +209767,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -208231,6 +210056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208560,6 +210391,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208801,7 +210638,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -208854,7 +210691,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209143,6 +210980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209822,6 +211665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209990,6 +211839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210255,6 +212110,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -210413,13 +212271,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -210652,6 +212503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210930,6 +212787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211103,6 +212966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211381,6 +213250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211766,6 +213641,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211934,6 +213815,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212342,6 +214229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212510,6 +214403,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212744,6 +214643,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -212902,13 +214804,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213141,6 +215036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213419,6 +215320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213592,6 +215499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213870,6 +215783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214121,6 +216040,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -214279,13 +216201,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -214518,6 +216433,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214796,6 +216717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214969,6 +216896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215247,6 +217180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215401,6 +217340,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215559,13 +217501,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -215798,6 +217733,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216076,6 +218017,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216249,6 +218196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216527,6 +218480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216693,6 +218652,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -216851,13 +218813,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -217090,6 +219045,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217368,6 +219329,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217541,6 +219508,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217819,6 +219792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218187,6 +220166,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218408,6 +220393,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218566,13 +220554,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -218805,6 +220786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219083,6 +221070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219256,6 +221249,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219534,6 +221533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219899,6 +221904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220067,6 +222078,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220509,6 +222526,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -220667,13 +222687,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -220906,6 +222919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221184,6 +223203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221357,6 +223382,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221635,6 +223666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222028,6 +224065,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222196,6 +224239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222536,6 +224585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222890,6 +224945,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223239,6 +225300,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223603,6 +225670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227400,6 +229473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227618,6 +229697,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227787,6 +229872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228033,6 +230124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228346,6 +230443,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228642,6 +230745,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229161,7 +231270,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -229489,6 +231598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230392,6 +232507,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230610,6 +232731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230779,6 +232906,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231025,6 +233158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231338,6 +233477,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231634,6 +233779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -232153,7 +234304,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -232481,6 +234632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233306,6 +235463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233524,6 +235687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233693,6 +235862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233939,6 +236114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234252,6 +236433,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234548,6 +236735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235067,7 +237260,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -235395,6 +237588,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235710,7 +237909,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.

" + "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.

" }, { "type": "null or string or integer", @@ -236156,6 +238355,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236374,6 +238579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236543,6 +238754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236789,6 +239006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237102,6 +239325,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237398,6 +239627,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237917,7 +240152,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -238245,6 +240480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238978,6 +241219,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239196,6 +241443,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239365,6 +241618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239611,6 +241870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239924,6 +242189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240220,6 +242491,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240739,7 +243016,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -241067,6 +243344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241393,7 +243676,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Username to assign to this issue. This field is deprecated.

" + "description": "

Username to assign to this issue. This field is closing down.

" }, { "type": "string", @@ -241866,6 +244149,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242084,6 +244373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242253,6 +244548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242499,6 +244800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242812,6 +245119,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243108,6 +245421,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243627,7 +245946,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -243955,6 +246274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245052,6 +247377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245270,6 +247601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245439,6 +247776,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245685,6 +248028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245998,6 +248347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246294,6 +248649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246813,7 +249174,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -247141,6 +249502,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247647,6 +250014,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248237,6 +250610,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248455,6 +250834,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248624,6 +251009,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248870,6 +251261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249183,6 +251580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249479,6 +251882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249998,7 +252407,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -250326,6 +252735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251051,6 +253466,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251269,6 +253690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251438,6 +253865,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251684,6 +254117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251997,6 +254436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252293,6 +254738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252812,7 +255263,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -253140,6 +255591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253823,6 +256280,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254061,6 +256524,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254581,6 +257050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254819,6 +257294,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255345,6 +257826,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255583,6 +258070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256207,6 +258700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256445,6 +258944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256975,6 +259480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257213,6 +259724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257870,6 +260387,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258161,6 +260684,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258379,6 +260908,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258548,6 +261083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258794,6 +261335,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259107,6 +261654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259403,6 +261956,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259922,7 +262481,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -260250,6 +262809,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260664,6 +263229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260833,6 +263404,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261002,6 +263579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261171,6 +263754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261700,6 +264289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262325,6 +264920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262616,6 +265217,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262834,6 +265441,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263003,6 +265616,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263249,6 +265868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263562,6 +266187,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263858,6 +266489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264377,7 +267014,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -264705,6 +267342,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265119,6 +267762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265288,6 +267937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265457,174 +268112,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -266155,6 +268822,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266624,6 +269297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266842,6 +269521,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267177,6 +269862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267395,6 +270086,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267730,6 +270427,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267943,6 +270646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268233,6 +270942,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268395,6 +271110,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268586,6 +271307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268804,6 +271531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269096,6 +271829,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269258,6 +271997,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269449,6 +272194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269667,6 +272418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269998,6 +272755,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270216,6 +272979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270547,6 +273316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270765,6 +273540,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271100,6 +273881,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271318,6 +274105,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271610,6 +274403,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271982,6 +274781,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272172,6 +274977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272390,6 +275201,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272682,6 +275499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273054,6 +275877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273244,6 +276073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273462,6 +276297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273807,6 +276648,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274025,6 +276872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274354,6 +277207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274572,6 +277431,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274923,6 +277788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275141,6 +278012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275492,6 +278369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275710,6 +278593,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276061,6 +278950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276274,6 +279169,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278713,6 +281614,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279169,6 +282076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279601,6 +282514,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280065,6 +282984,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280662,6 +283587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280880,6 +283811,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281215,6 +284152,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281433,6 +284376,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281768,6 +284717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281986,6 +284941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282317,6 +285278,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282535,6 +285502,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282866,6 +285839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283084,6 +286063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283419,6 +286404,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283637,6 +286628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283929,6 +286926,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284301,6 +287304,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284491,6 +287500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284709,6 +287724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285001,6 +288022,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285373,6 +288400,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285563,6 +288596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285781,6 +288820,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286126,6 +289171,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286344,6 +289395,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286673,6 +289730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286891,6 +289954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287242,6 +290311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287460,6 +290535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287811,6 +290892,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288029,6 +291116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288380,6 +291473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288593,6 +291692,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288936,6 +292041,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289133,6 +292244,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289369,6 +292486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289733,6 +292856,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290000,6 +293129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290218,6 +293353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290387,6 +293528,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290633,6 +293780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290946,6 +294099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291242,6 +294401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291761,7 +294926,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -292089,6 +295254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292694,6 +295865,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292894,14 +296071,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -293067,6 +296244,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293551,6 +296734,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293824,6 +297013,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294042,6 +297237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294334,6 +297535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294524,6 +297731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294742,6 +297955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295034,6 +298253,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295224,6 +298449,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295442,6 +298673,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297418,6 +300655,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298202,6 +301445,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298527,6 +301776,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299046,7 +302301,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -299690,6 +302945,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300015,6 +303276,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300534,7 +303801,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -301143,6 +304410,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301468,6 +304741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301987,7 +305266,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -302768,6 +306047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303787,6 +307072,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304112,6 +307403,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304631,7 +307928,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305268,6 +308565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305593,6 +308896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306112,7 +309421,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -306740,6 +310049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307676,6 +310991,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307716,7 +311037,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", "statusCodes": [ { "httpStatusCode": "200", @@ -307999,6 +311320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308038,7 +311365,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -308100,7 +311427,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", "statusCodes": [ { "httpStatusCode": "204", @@ -308439,6 +311766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308680,7 +312013,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -308733,7 +312066,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -309022,6 +312355,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309085,7 +312424,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -309432,6 +312771,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309673,7 +313018,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -309726,7 +313071,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -310015,6 +313360,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310077,7 +313428,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", "statusCodes": [ { "httpStatusCode": "201", @@ -310440,6 +313791,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310681,7 +314038,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -310734,7 +314091,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311023,6 +314380,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311104,7 +314467,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "example": { "id": 1, "url": "https://api.github.com/authorizations/1", @@ -311355,6 +314718,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311596,7 +314965,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -311649,7 +315018,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311938,6 +315307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312000,7 +315375,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -312008,7 +315383,7 @@ }, { "httpStatusCode": "201", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" }, { "httpStatusCode": "304", @@ -312367,6 +315742,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312608,7 +315989,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -312661,7 +316042,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -312950,6 +316331,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313283,6 +316670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313524,7 +316917,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -313577,7 +316970,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -313866,6 +317259,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313928,7 +317327,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -314233,6 +317632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314474,7 +317879,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -314527,7 +317932,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -314816,6 +318221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314878,7 +318289,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -315234,6 +318645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315475,7 +318892,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -315528,7 +318945,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -315817,6 +319234,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315879,7 +319302,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

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

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -316452,6 +319875,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -316796,7 +320229,7 @@ "type": "string", "name": "members_allowed_repository_creation_type", "in": "body", - "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", + "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", "enum": [ "all", "private", @@ -317189,6 +320622,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -317406,7 +320849,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -318201,6 +321644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318572,7 +322021,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -318625,7 +322074,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -318924,6 +322373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319474,7 +322929,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", - "title": "Deprecated - List custom repository roles in an organization", + "title": "Closing down - List custom repository roles in an organization", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -319729,6 +323184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319778,7 +323239,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -320092,6 +323553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320436,6 +323903,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320755,6 +324228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321108,6 +324587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321582,6 +325067,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322141,6 +325632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322601,6 +326098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322964,6 +326467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323629,6 +327138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324072,6 +327587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324521,6 +328042,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324831,6 +328358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325394,6 +328927,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326089,6 +329628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327088,6 +330633,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327767,6 +331318,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331060,6 +334617,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331259,6 +334822,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332301,6 +335870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332500,6 +336075,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -333490,6 +337071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -333689,6 +337276,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335573,6 +339166,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335772,6 +339371,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336794,6 +340399,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336993,6 +340604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338032,6 +341649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338231,6 +341854,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340077,6 +343706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340276,6 +343911,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341318,6 +344959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341517,6 +345164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342574,6 +346227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342773,6 +346432,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345432,6 +349097,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345844,6 +349515,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346172,6 +349849,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346728,6 +350411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347130,6 +350819,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347532,6 +351227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347968,6 +351669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348495,6 +352202,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348923,6 +352636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349323,6 +353042,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349750,6 +353475,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -350097,6 +353828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -350485,6 +354222,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -351074,6 +354817,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -351468,6 +355217,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -351830,6 +355585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352308,6 +356069,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354115,6 +357882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354410,6 +358183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354699,6 +358478,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354868,173 +358653,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] }, - "subscriptions_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -355546,6 +359343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356065,7 +359868,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -356363,6 +360166,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356667,6 +360476,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357186,7 +361001,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -357484,6 +361299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357802,6 +361623,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -358817,6 +362644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359113,6 +362946,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359402,6 +363241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359571,173 +363416,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] }, - "received_events_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -359890,192 +363747,272 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -360100,206 +364037,361 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "pulls_url": { - "type": "string" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "releases_url": { - "type": "string" + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] }, - "stargazers_url": { + "fork": { + "type": "boolean" + }, + "url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] }, - "statuses_url": { - "type": "string" + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, - "subscribers_url": { + "assignees_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, - "subscription_url": { + "blobs_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, - "tags_url": { + "branches_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, - "teams_url": { + "collaborators_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, - "trees_url": { - "type": "string" + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, - "url": { + "commits_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, - "clone_url": { - "type": "string" + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, - "default_branch": { - "type": "string" + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, - "forks": { - "type": "integer" + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, - "forks_count": { - "type": "integer" + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, "git_url": { - "type": "string" + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, - "has_downloads": { - "type": "boolean" + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, - "has_issues": { - "type": "boolean" + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, - "has_projects": { - "type": "boolean" + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, - "has_wiki": { - "type": "boolean" + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, - "has_pages": { - "type": "boolean" + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, - "has_discussions": { - "type": "boolean" + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, - "language": { - "type": [ - "string", - "null" + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" ] }, - "master_branch": { - "type": "string" + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] }, - "archived": { - "type": "boolean" + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, - "disabled": { - "type": "boolean" + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, - "open_issues": { - "type": "integer" + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, - "open_issues_count": { - "type": "integer" + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "temp_clone_token": { - "type": "string" + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, - "allow_merge_commit": { - "type": "boolean" + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, - "allow_squash_merge": { - "type": "boolean" + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, - "allow_rebase_merge": { - "type": "boolean" + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "license": { + "mirror_url": { "type": [ - "object", + "string", "null" ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" ] }, - "pushed_at": { + "hooks_url": { "type": "string", - "format": "date-time" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] }, - "size": { - "type": "integer" + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] }, - "ssh_url": { - "type": "string" + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] }, "stargazers_count": { - "type": "integer" + "type": "integer", + "examples": [ + 80 + ] }, - "svn_url": { + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", "type": "string", - "format": "uri" + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "topics": { "type": "array", @@ -360307,681 +364399,212 @@ "type": "string" } }, - "watchers": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "created_at": { - "type": "string", - "format": "date-time" + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "updated_at": { - "type": "string", - "format": "date-time" + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "allow_forking": { + "has_pages": { "type": "boolean" }, - "is_template": { - "type": "boolean" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] }, - "web_commit_signoff_required": { + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "has_discussions", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "sha": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" }, - "following_url": { - "type": "string" + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, - "gists_url": { + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "gravatar_id": { + "pushed_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" ] }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": "object", - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { + "created_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "name": { - "type": "string" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "notifications_url": { + "temp_clone_token": { "type": "string" }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "private": { - "type": "boolean" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_url": { - "type": "string", - "format": "uri" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "statuses_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "subscribers_url": { - "type": "string", - "format": "uri" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "subscription_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "tags_url": { + "squash_merge_commit_message": { "type": "string", - "format": "uri" + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "teams_url": { + "merge_commit_title": { "type": "string", - "format": "uri" - }, - "trees_url": { - "type": "string" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "url": { + "merge_commit_message": { "type": "string", - "format": "uri" - }, - "clone_url": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "forks_count": { - "type": "integer" - }, - "git_url": { - "type": "string" - }, - "has_downloads": { - "type": "boolean" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" ], - "format": "uri" + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "language": { - "type": [ - "string", - "null" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "master_branch": { - "type": "string" - }, - "archived": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, - "disabled": { + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, "open_issues": { "type": "integer" }, - "open_issues_count": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "pushed_at": { - "type": "string", - "format": "date-time" - }, - "size": { - "type": "integer" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_count": { - "type": "integer" - }, - "svn_url": { - "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, "watchers": { "type": "integer" }, - "watchers_count": { - "type": "integer" - }, - "created_at": { - "type": "string", - "format": "date-time" + "master_branch": { + "type": "string" }, - "updated_at": { + "starred_at": { "type": "string", - "format": "date-time" - }, - "allow_forking": { - "type": "boolean" + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] }, - "web_commit_signoff_required": { - "type": "boolean" + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -361041,7 +364664,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -361065,251 +364687,6 @@ "type": "string" }, "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "_links": { - "type": "object", - "properties": { - "comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "commits": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "statuses": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "html": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "issue": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comment": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "self": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "required": [ - "comments", - "commits", - "statuses", - "html", - "issue", - "review_comments", - "review_comment", - "self" - ] - }, - "author_association": { - "title": "author_association", - "type": "string", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ], - "examples": [ - "OWNER" - ] - }, - "auto_merge": { - "title": "Auto merge", - "description": "The status of auto merging a pull request.", - "type": [ - "object", - "null" - ], - "properties": { - "enabled_by": { "title": "Simple User", "description": "A GitHub user.", "type": "object", @@ -361448,6 +364825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361470,73 +364853,967 @@ "type", "url" ] - }, - "merge_method": { - "type": "string", - "description": "The merge method to use.", - "enum": [ - "merge", - "squash", - "rebase" - ] - }, - "commit_title": { - "type": "string", - "description": "Title for the merge commit message." - }, - "commit_message": { - "type": "string", - "description": "Commit message for the merge commit." } }, "required": [ - "enabled_by", - "merge_method", - "commit_title", - "commit_message" - ] - }, - "draft": { - "description": "Indicates whether or not the pull request is a draft.", - "type": "boolean", - "examples": [ - false - ] - }, - "merged": { - "type": "boolean" - }, - "mergeable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "rebaseable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "mergeable_state": { - "type": "string", - "examples": [ - "clean" + "label", + "ref", + "repo", + "sha", + "user" ] }, - "merged_by": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + 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", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" + ] + }, + "sha": { + "type": "string" + }, + "user": { + "title": "Simple User", "description": "A GitHub user.", "type": "object", "properties": { @@ -361674,6 +365951,566 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "_links": { + "type": "object", + "properties": { + "comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "commits": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "statuses": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "html": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "issue": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comment": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "self": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + } + }, + "required": [ + "comments", + "commits", + "statuses", + "html", + "issue", + "review_comments", + "review_comment", + "self" + ] + }, + "author_association": { + "title": "author_association", + "type": "string", + "description": "How the author is associated with the repository.", + "enum": [ + "COLLABORATOR", + "CONTRIBUTOR", + "FIRST_TIMER", + "FIRST_TIME_CONTRIBUTOR", + "MANNEQUIN", + "MEMBER", + "NONE", + "OWNER" + ], + "examples": [ + "OWNER" + ] + }, + "auto_merge": { + "title": "Auto merge", + "description": "The status of auto merging a pull request.", + "type": [ + "object", + "null" + ], + "properties": { + "enabled_by": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "merge_method": { + "type": "string", + "description": "The merge method to use.", + "enum": [ + "merge", + "squash", + "rebase" + ] + }, + "commit_title": { + "type": "string", + "description": "Title for the merge commit message." + }, + "commit_message": { + "type": "string", + "description": "Commit message for the merge commit." + } + }, + "required": [ + "enabled_by", + "merge_method", + "commit_title", + "commit_message" + ] + }, + "draft": { + "description": "Indicates whether or not the pull request is a draft.", + "type": "boolean", + "examples": [ + false + ] + }, + "merged": { + "type": "boolean" + }, + "mergeable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "rebaseable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "mergeable_state": { + "type": "string", + "examples": [ + "clean" + ] + }, + "merged_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362668,6 +367505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362964,6 +367807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363253,6 +368102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363422,6 +368277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363590,6 +368451,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363741,192 +368608,1398 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, "archive_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, "assignees_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, "blobs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, "branches_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, "collaborators_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, "comments_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, "commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, "compare_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + 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", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { "type": "string" }, - "contributors_url": { + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" + ] + }, + "sha": { + "type": "string" + }, + "user": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { "type": "string", - "format": "uri" + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "deployments_url": { + "gists_url": { "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" ] }, - "downloads_url": { + "starred_url": { "type": "string", - "format": "uri" + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] }, - "events_url": { + "subscriptions_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, - "fork": { - "type": "boolean" + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] }, - "forks_url": { + "repos_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] }, - "full_name": { - "type": "string" + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, - "git_commits_url": { - "type": "string" + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "git_refs_url": { - "type": "string" + "type": { + "type": "string", + "examples": [ + "User" + ] }, - "git_tags_url": { - "type": "string" + "site_admin": { + "type": "boolean" }, - "hooks_url": { + "starred_at": { "type": "string", - "format": "uri" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "html_url": { + "user_view_type": { "type": "string", - "format": "uri" - }, + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { "id": { - "type": "integer" + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, "node_id": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "languages_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, - "merges_url": { + "full_name": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -363951,235 +370024,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -364239,7 +370651,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -364263,726 +370674,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { + "name": { "type": [ "string", "null" ] }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": "object", - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { + "email": { "type": [ "string", "null" ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, "id": { - "type": "integer" - }, - "is_template": { - "type": "boolean" + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "examples": [ + "MDQ6VXNlcjE=" ] }, - "private": { - "type": "boolean" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" - }, - "stargazers_url": { - "type": "string", - "format": "uri" - }, - "statuses_url": { - "type": "string" - }, - "subscribers_url": { - "type": "string", - "format": "uri" - }, - "subscription_url": { - "type": "string", - "format": "uri" - }, - "tags_url": { - "type": "string", - "format": "uri" - }, - "teams_url": { - "type": "string", - "format": "uri" - }, - "trees_url": { - "type": "string" - }, - "url": { + "avatar_url": { "type": "string", - "format": "uri" - }, - "clone_url": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "forks_count": { - "type": "integer" - }, - "git_url": { - "type": "string" - }, - "has_downloads": { - "type": "boolean" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" ] }, - "master_branch": { - "type": "string" - }, - "archived": { - "type": "boolean" - }, - "disabled": { - "type": "boolean" - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" - }, - "mirror_url": { + "gravatar_id": { "type": [ "string", "null" ], - "format": "uri" - }, - "open_issues": { - "type": "integer" - }, - "open_issues_count": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "examples": [ + "41d064eb2195891e12d0413f63227ea7" ] }, - "temp_clone_token": { - "type": "string" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, - "pushed_at": { + "html_url": { "type": "string", - "format": "date-time" - }, - "size": { - "type": "integer" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_count": { - "type": "integer" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "svn_url": { + "followers_url": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "created_at": { + "following_url": { "type": "string", - "format": "date-time" + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "updated_at": { + "gists_url": { "type": "string", - "format": "date-time" - }, - "allow_forking": { - "type": "boolean" + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] }, - "web_commit_signoff_required": { - "type": "boolean" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "has_discussions", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "sha": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "avatar_url": { + "starred_url": { "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] }, - "followers_url": { + "subscriptions_url": { "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" ] }, - "html_url": { + "organizations_url": { "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] }, - "login": { - "type": "string" + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] }, - "organizations_url": { + "events_url": { "type": "string", - "format": "uri" + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -365299,6 +371134,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365525,6 +371366,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -366569,6 +372416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -366865,6 +372718,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367154,6 +373013,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367323,6 +373188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367491,6 +373362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367642,445 +373519,864 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, "archive_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, "assignees_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, "blobs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, "branches_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, "collaborators_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, "comments_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, "commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, "compare_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, "contents_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, "contributors_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, "deployments_url": { "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, "downloads_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] }, "events_url": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] }, "forks_url": { "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] }, "git_commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] }, "git_refs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] }, "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, - "html_url": { + "git_url": { "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, "issue_comment_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, "issue_events_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, "issues_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, "keys_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, "languages_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, "merges_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] }, "notifications_url": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" ] }, - "private": { - "type": "boolean" - }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -368140,7 +374436,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -368164,576 +374459,1050 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, "avatar_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] }, - "events_url": { - "type": "string" + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" }, - "followers_url": { + "html_url": { "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "gravatar_id": { + "description": { "type": [ "string", "null" + ], + "examples": [ + "This your first repo!" ] }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { + "fork": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, "url": { "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": "object", - "properties": { + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, "archive_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, "assignees_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, "blobs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, "branches_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, "collaborators_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, "comments_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, "commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, "compare_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, "contents_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, "contributors_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, "deployments_url": { "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, "downloads_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] }, "events_url": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] }, "forks_url": { "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] }, "git_commits_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] }, "git_refs_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] }, "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, - "html_url": { + "git_url": { "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "type": "string" + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, "issue_comment_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, "issue_events_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, "issues_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, "keys_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, "languages_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, "merges_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] }, "notifications_url": { - "type": "string" - }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" ] }, - "private": { - "type": "boolean" - }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -368793,7 +375562,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -368817,73 +375585,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -369200,6 +376045,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -369426,6 +376277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -370051,6 +376908,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -370228,6 +377091,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -371222,14 +378091,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -371395,6 +378264,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -371860,14 +378735,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -372033,6 +378908,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372512,14 +379393,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -372685,6 +379566,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373286,14 +380173,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -373459,6 +380346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373812,7 +380705,7 @@ "type": "integer", "name": "position", "in": "body", - "description": "

This parameter is deprecated. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" + "description": "

This parameter is closing down. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" }, { "type": "string", @@ -374009,14 +380902,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -374182,6 +381075,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374464,7 +381363,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is deprecated. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", + "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is closing down. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", "statusCodes": [ { "httpStatusCode": "201", @@ -374675,14 +381574,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -374848,6 +381747,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -375395,6 +382300,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376551,6 +383462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376846,6 +383763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377135,6 +384058,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377304,6 +384233,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377472,6 +384407,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377982,6 +384923,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378501,7 +385448,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -378799,6 +385746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -379103,6 +386056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -379622,7 +386581,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -379920,6 +386879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380238,6 +387203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381210,6 +388181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381505,6 +388482,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381794,6 +388777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381963,6 +388952,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382131,6 +389126,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382641,6 +389642,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383160,7 +390167,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -383458,6 +390465,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383762,6 +390775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384281,7 +391300,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -384579,6 +391598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384897,6 +391922,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385293,6 +392324,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385788,6 +392825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -386219,6 +393262,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -386657,6 +393706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387083,6 +394138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387608,6 +394669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388181,6 +395248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388635,6 +395708,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -389160,7 +396239,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is deprecated. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", + "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is closing down. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -389471,6 +396550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -389814,6 +396899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390081,6 +397172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390530,6 +397627,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390863,6 +397966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391129,6 +398238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391580,6 +398695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391928,6 +399049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392194,6 +399321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392650,6 +399783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392998,6 +400137,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393264,6 +400409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393719,6 +400870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394070,6 +401227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394336,6 +401499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394791,6 +401960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395139,6 +402314,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395405,6 +402586,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395854,6 +403041,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396196,6 +403389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396462,6 +403661,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396902,6 +404107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396965,7 +404176,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -397235,6 +404446,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397297,7 +404514,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -397576,6 +404793,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397639,7 +404862,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -397899,6 +405122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397961,7 +405190,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -398353,6 +405582,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398579,6 +405814,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399149,6 +406390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399375,6 +406622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400000,6 +407253,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400226,6 +407485,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400730,6 +407995,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400956,6 +408227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401463,6 +408740,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401689,6 +408972,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402253,6 +409542,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402479,6 +409774,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402988,6 +410289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403372,6 +410679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403821,6 +411134,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404183,6 +411502,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404642,6 +411967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405447,7 +412778,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -406206,6 +413537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406958,6 +414295,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407477,7 +414820,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -407948,6 +415291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408234,6 +415583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408753,7 +416108,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -409165,6 +416520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409684,7 +417045,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -410792,6 +418153,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411544,6 +418911,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412063,7 +419436,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -412534,6 +419907,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412820,6 +420199,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413339,7 +420724,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -413751,6 +421136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414270,7 +421661,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -414822,7 +422213,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -415603,6 +422994,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416355,6 +423752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416874,7 +424277,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -417345,6 +424748,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417631,6 +425040,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418150,7 +425565,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -418562,6 +425977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -419081,7 +426502,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -419995,6 +427416,9 @@ }, "name": { "type": "string" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -420066,7 +427490,7 @@ "type": "object", "name": "client_payload", "in": "body", - "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.

" + "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.

" } ], "progAccess": { @@ -421530,6 +428954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423149,6 +430579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423901,6 +431337,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -424420,7 +431862,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -424891,6 +432333,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425177,6 +432625,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425696,7 +433150,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -426108,6 +433562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426627,7 +434087,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -427288,6 +434748,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -428475,6 +435941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -428994,7 +436466,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -430062,6 +437534,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430814,6 +438292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431333,7 +438817,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -431804,6 +439288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432090,6 +439580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432609,7 +440105,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -433021,6 +440517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433540,7 +441042,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -434317,6 +441819,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439671,6 +447179,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441083,6 +448597,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441835,6 +449355,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442354,7 +449880,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -442825,6 +450351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443111,6 +450643,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443630,7 +451168,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -444042,6 +451580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -444561,7 +452105,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -445073,7 +452617,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -445175,7 +452719,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "200", @@ -445195,7 +452739,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -445303,7 +452847,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "201", @@ -445323,7 +452867,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -445385,7 +452929,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "204", @@ -448210,6 +455754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449469,6 +457019,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449712,6 +457268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450833,6 +458395,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451001,6 +458569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451212,6 +458786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451459,6 +459039,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451945,6 +459531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452464,7 +460056,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -452802,6 +460394,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453687,6 +461285,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454895,6 +462499,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -455506,6 +463113,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -455716,6 +463329,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456239,6 +463858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456870,6 +464495,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457080,6 +464711,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457603,6 +465240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458110,6 +465753,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458305,6 +465954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458656,6 +466311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458851,6 +466512,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459264,6 +466931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459459,6 +467132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -460387,7 +468066,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push" @@ -461956,7 +469635,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -463755,6 +471434,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464113,6 +471798,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464700,6 +472391,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465809,6 +473506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467645,7 +475348,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -467713,7 +475416,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -469149,7 +476852,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -469209,7 +476912,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", "statusCodes": [ { "httpStatusCode": "204", @@ -469498,6 +477201,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469577,7 +477286,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", "statusCodes": [ { "httpStatusCode": "200", @@ -469850,6 +477559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469928,7 +477643,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", "statusCodes": [ { "httpStatusCode": "204", @@ -470423,6 +478138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471065,7 +478786,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -471526,6 +479247,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472147,7 +479874,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -473679,6 +481406,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474116,6 +481849,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474550,6 +482289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474996,6 +482741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475520,6 +483271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475690,7 +483447,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -475947,6 +483704,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476116,7 +483879,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -476371,6 +484134,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476540,7 +484309,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -476807,6 +484576,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476976,7 +484751,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -477337,6 +485112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477823,6 +485604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478291,6 +486078,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478776,6 +486569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479324,6 +487123,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479533,7 +487338,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -479800,6 +487605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480008,7 +487819,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -480258,6 +488069,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480466,7 +488283,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -480733,6 +488550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480941,7 +488764,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -482065,6 +489888,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482638,6 +490467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482666,7 +490501,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

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

The \"Get team member\" endpoint (described below) is deprecated.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

", + "descriptionHTML": "

The \"Get team member\" endpoint (described below) is closing down.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

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

The \"Add team member\" endpoint (described below) is deprecated.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

", + "descriptionHTML": "

The \"Add team member\" endpoint (described below) is closing down.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

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

The \"Remove team member\" endpoint (described below) is deprecated.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

The \"Remove team member\" endpoint (described below) is closing down.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -482978,7 +490813,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -483268,6 +491103,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -483549,13 +491387,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -483615,6 +491446,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -483773,13 +491607,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -483913,6 +491740,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -484194,13 +492024,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -484260,6 +492083,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -484418,13 +492244,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -484664,6 +492483,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -484945,13 +492767,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -485118,6 +492933,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -485399,13 +493217,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -485465,6 +493276,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -485623,13 +493437,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -485773,6 +493580,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -486054,13 +493864,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -486120,6 +493923,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -486278,13 +494084,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -486579,6 +494378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -486706,6 +494511,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -486987,13 +494795,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -487053,6 +494854,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -487211,13 +495015,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -487361,6 +495158,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -487642,13 +495442,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -487708,6 +495501,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -487866,13 +495662,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -488769,6 +496558,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489029,6 +496824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489509,6 +497310,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489767,6 +497574,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ diff --git a/src/rest/data/ghes-3.11-2022-11-28/schema.json b/src/rest/data/ghes-3.11-2022-11-28/schema.json index 34ade81f193f..1e9aad00e50a 100644 --- a/src/rest/data/ghes-3.11-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.11-2022-11-28/schema.json @@ -3970,6 +3970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -4489,7 +4495,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -6802,6 +6808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -11929,6 +11941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14196,6 +14214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14715,7 +14739,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -15238,6 +15262,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -15757,7 +15787,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -17821,6 +17851,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -18340,7 +18376,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -18867,6 +18903,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -19386,7 +19428,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -21514,6 +21556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -22033,7 +22081,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -22570,6 +22618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -23089,7 +23143,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -25218,6 +25272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -29944,6 +30004,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30106,6 +30172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30466,6 +30538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -31272,6 +31350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32676,6 +32760,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32838,6 +32928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33198,6 +33294,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -34004,6 +34106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35086,6 +35194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35856,6 +35970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36018,6 +36138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36378,6 +36504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -37184,6 +37316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38634,6 +38772,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39258,6 +39402,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39502,6 +39652,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40685,6 +40841,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40847,6 +41009,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41207,6 +41375,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -42013,6 +42187,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -43847,6 +44027,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44065,6 +44251,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44234,6 +44426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44480,6 +44678,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44793,6 +44997,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45089,6 +45299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45608,7 +45824,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -45936,6 +46152,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46366,6 +46588,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46604,6 +46832,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47373,6 +47607,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47591,6 +47831,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47760,6 +48006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48006,6 +48258,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48319,6 +48577,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48615,6 +48879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49134,7 +49404,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -49462,6 +49732,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49892,6 +50168,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50130,6 +50412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50893,6 +51181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51111,6 +51405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51280,6 +51580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51526,6 +51832,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51839,6 +52151,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52135,6 +52453,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52654,7 +52978,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -52982,6 +53306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53412,6 +53742,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53650,6 +53986,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54411,6 +54753,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54629,6 +54977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54798,6 +55152,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55044,6 +55404,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55357,6 +55723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55653,6 +56025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56172,7 +56550,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -56500,6 +56878,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56930,6 +57314,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57168,6 +57558,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57915,6 +58311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58133,6 +58535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58302,6 +58710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58548,6 +58962,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58861,6 +59281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59157,6 +59583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59676,7 +60108,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -60004,6 +60436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60434,6 +60872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60672,6 +61116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60944,7 +61394,7 @@ } ], "previews": [], - "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", + "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -61443,6 +61893,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61661,6 +62117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61830,6 +62292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62076,6 +62544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62389,6 +62863,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62685,6 +63165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63204,7 +63690,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -63532,6 +64018,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63962,6 +64454,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64200,6 +64698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64947,6 +65451,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65165,6 +65675,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65334,6 +65850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65580,6 +66102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65893,6 +66421,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66189,6 +66723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66708,7 +67248,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -67036,6 +67576,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67466,6 +68012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67704,6 +68256,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68462,6 +69020,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68680,6 +69244,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68849,6 +69419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69095,6 +69671,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69408,6 +69990,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69704,6 +70292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70223,7 +70817,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -70551,6 +71145,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70981,6 +71581,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71219,6 +71825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71977,6 +72589,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72195,6 +72813,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72364,6 +72988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72610,6 +73240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72923,6 +73559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73219,6 +73861,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73738,7 +74386,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -74066,6 +74714,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74496,6 +75150,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74734,6 +75394,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -75716,6 +76382,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -76825,6 +77497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -78312,6 +78990,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79351,6 +80035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79530,6 +80220,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79748,6 +80444,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79927,6 +80629,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80443,6 +81151,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80962,7 +81676,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -81526,6 +82240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -82045,7 +82765,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -82959,6 +83679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -83478,7 +84204,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -83899,6 +84625,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -84418,7 +85150,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -84821,6 +85553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -85525,6 +86263,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -86537,6 +87281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -87717,6 +88467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88138,6 +88894,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88590,6 +89352,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88844,6 +89612,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89174,6 +89948,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89545,7 +90325,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -89598,7 +90378,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -89897,6 +90677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90219,6 +91005,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90590,7 +91382,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -90643,7 +91435,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -90942,6 +91734,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -91349,7 +92147,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -91409,7 +92207,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -91908,7 +92706,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -91961,7 +92759,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92341,6 +93139,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92860,7 +93664,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93475,7 +94279,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -93535,7 +94339,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -93983,6 +94787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94224,7 +95034,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94277,7 +95087,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94566,6 +95376,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94907,6 +95723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95321,6 +96143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95692,7 +96520,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -95745,7 +96573,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96044,6 +96872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96371,6 +97205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96742,7 +97582,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -96795,7 +97635,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97094,6 +97934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97419,6 +98265,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97790,7 +98642,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97843,7 +98695,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98142,6 +98994,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98661,6 +99519,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99180,7 +100044,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -99719,6 +100583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100090,7 +100960,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100143,7 +101013,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100442,6 +101312,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101001,6 +101877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101520,7 +102402,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102258,6 +103140,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102499,7 +103387,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102552,7 +103440,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -102841,6 +103729,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103247,6 +104141,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103488,7 +104388,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103541,7 +104441,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103830,6 +104730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105305,6 +106211,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105718,6 +106630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106036,6 +106954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106449,6 +107373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106717,6 +107647,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -106892,6 +107825,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -107578,6 +108517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107755,6 +108700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108210,6 +109161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108623,6 +109580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108941,6 +109904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109354,6 +110323,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109622,6 +110597,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -109797,6 +110775,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110511,6 +111495,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110688,6 +111678,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111143,6 +112139,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111556,6 +112558,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111874,6 +112882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112287,6 +113301,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112555,6 +113575,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -112730,6 +113753,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -113550,6 +114579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113727,6 +114762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114464,6 +115505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114877,6 +115924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115195,6 +116248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115608,6 +116667,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115876,6 +116941,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116051,6 +117119,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116278,7 +117352,7 @@ { "type": "array of strings", "name": "contexts", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", "isRequired": true }, { @@ -116852,6 +117926,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117263,6 +118343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117568,6 +118654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117979,6 +119071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118297,6 +119395,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -118472,6 +119573,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -119280,6 +120387,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -119693,6 +120806,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120011,6 +121130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120424,6 +121549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121034,6 +122165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121447,6 +122584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121765,6 +122908,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122178,6 +123327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122959,7 +124114,7 @@ "type": "array of strings", "name": "contexts", "in": "body", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" }, { "type": "array of objects", @@ -123826,6 +124981,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -124001,6 +125159,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -124434,6 +125598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -124897,6 +126067,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125360,6 +126536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125823,6 +127005,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127500,6 +128688,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127781,6 +128975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128062,6 +129262,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128343,6 +129549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -129098,6 +130310,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -129623,6 +130841,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130311,6 +131535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130836,6 +132066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -131537,6 +132773,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132062,6 +133304,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132998,6 +134246,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133523,6 +134777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -134596,6 +135856,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135121,6 +136387,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135907,6 +137179,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136432,6 +137710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137379,6 +138663,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137701,6 +138991,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139180,6 +140476,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139502,6 +140804,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -140823,6 +142131,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142216,6 +143530,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142538,6 +143858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144089,6 +145415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144411,6 +145743,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -145643,12 +146981,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -145804,6 +147146,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -145960,12 +147308,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -146196,6 +147548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147061,12 +148419,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -147222,6 +148584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147378,12 +148746,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -147614,6 +148986,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148349,12 +149727,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -148510,6 +149892,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148666,12 +150054,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -148950,12 +150342,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -149111,6 +150507,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149285,12 +150687,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -149604,12 +151010,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -149765,6 +151175,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149939,12 +151355,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150203,12 +151623,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150600,7 +152024,7 @@ } ], "previews": [], - "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nDeprecation notice: The tool_name field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", + "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nClosing down notice: The tool_name field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", "statusCodes": [ { "httpStatusCode": "200", @@ -152135,6 +153559,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -152699,6 +154129,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153123,6 +154559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153904,6 +155346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154073,6 +155521,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154546,6 +156000,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155327,6 +156787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155496,6 +156962,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156014,6 +157486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156795,6 +158273,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156964,6 +158448,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157753,6 +159243,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157930,6 +159426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159145,6 +160647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159440,6 +160948,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159729,6 +161243,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159898,6 +161418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160066,6 +161592,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160576,6 +162108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161095,7 +162633,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -161393,6 +162931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161697,6 +163241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162216,7 +163766,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -162514,6 +164064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162832,6 +164388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163444,6 +165006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163621,6 +165189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164558,6 +166132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164735,6 +166315,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165256,6 +166842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165433,6 +167025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165986,6 +167584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166163,6 +167767,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166796,6 +168406,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167212,6 +168828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167642,6 +169264,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168162,6 +169790,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168353,7 +169987,7 @@ "type": "integer", "name": "line", "in": "body", - "description": "

Deprecated. Use position parameter instead. Line number in the file to comment on.

" + "description": "

Closing down notice. Use position parameter instead. Line number in the file to comment on.

" } ], "progAccess": { @@ -168610,6 +170244,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169188,6 +170828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170167,6 +171813,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170548,6 +172200,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171795,6 +173453,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172034,6 +173698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173650,6 +175320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173889,6 +175565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174421,7 +176103,7 @@ }, { "name": "page", - "description": "

Deprecated. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", + "description": "

Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", "deprecated": true, "in": "query", "schema": { @@ -175404,6 +177086,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176348,6 +178036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -177334,6 +179028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -178342,6 +180042,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -179827,8 +181533,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Contents\" repository permissions": "read", - "\"Pull requests\" repository permissions": "read" + "\"Contents\" repository permissions": "read" } ], "allowsPublicRead": true @@ -181570,6 +183275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -181814,6 +183525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182379,6 +184096,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182623,6 +184346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183143,6 +184872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183387,6 +185122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -184769,6 +186510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185510,6 +187257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -186321,6 +188074,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -187853,6 +189612,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -187896,7 +189661,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -188127,6 +189892,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188659,6 +190430,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188702,7 +190479,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -188933,6 +190710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189411,6 +191194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189454,7 +191243,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -189685,6 +191474,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -195281,6 +197076,12 @@ }, "business_plus": { "type": "boolean" + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -200817,7 +202618,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", "statusCodes": [ { "httpStatusCode": "201", @@ -201411,7 +203212,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM group.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM group.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", "statusCodes": [ { "httpStatusCode": "201", @@ -204259,7 +206060,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM user.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -205835,7 +207636,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -205927,7 +207728,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", "statusCodes": [ { "httpStatusCode": "204", @@ -206511,6 +208312,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -206752,7 +208559,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -206805,7 +208612,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -207094,6 +208901,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207426,6 +209239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207892,6 +209711,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208133,7 +209958,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -208186,7 +210011,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -208475,6 +210300,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208804,6 +210635,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209045,7 +210882,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -209098,7 +210935,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209387,6 +211224,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210066,6 +211909,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210234,6 +212083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210499,6 +212354,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -210657,13 +212515,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -210896,6 +212747,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211174,6 +213031,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211347,6 +213210,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211625,6 +213494,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212010,6 +213885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212178,6 +214059,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212586,6 +214473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212754,6 +214647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212988,6 +214887,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -213146,13 +215048,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213385,6 +215280,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213663,6 +215564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213836,6 +215743,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214114,6 +216027,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214365,6 +216284,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -214523,13 +216445,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -214762,6 +216677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215040,6 +216961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215213,6 +217140,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215491,6 +217424,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215645,6 +217584,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215803,13 +217745,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -216042,6 +217977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216320,6 +218261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216493,6 +218440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216771,6 +218724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216937,6 +218896,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -217095,13 +219057,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -217334,6 +219289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217612,6 +219573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217785,6 +219752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218063,6 +220036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218431,6 +220410,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218652,6 +220637,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218810,13 +220798,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -219049,6 +221030,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219327,6 +221314,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219500,6 +221493,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219778,6 +221777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220143,6 +222148,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220311,6 +222322,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220753,6 +222770,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -220911,13 +222931,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -221150,6 +223163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221428,6 +223447,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221601,6 +223626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221879,6 +223910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222272,6 +224309,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222440,6 +224483,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222780,6 +224829,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223134,6 +225189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223483,6 +225544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223847,6 +225914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227644,6 +229717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227862,6 +229941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228031,6 +230116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228277,6 +230368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228590,6 +230687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228886,6 +230989,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229405,7 +231514,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -229733,6 +231842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230636,6 +232751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230854,6 +232975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231023,6 +233150,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231269,6 +233402,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231582,6 +233721,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231878,6 +234023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -232397,7 +234548,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -232725,6 +234876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233550,6 +235707,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233768,6 +235931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233937,6 +236106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234183,6 +236358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234496,6 +236677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234792,6 +236979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235311,7 +237504,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -235639,6 +237832,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235954,7 +238153,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.

" + "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.

" }, { "type": "null or string or integer", @@ -236400,6 +238599,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236618,6 +238823,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236787,6 +238998,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237033,6 +239250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237346,6 +239569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237642,6 +239871,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238161,7 +240396,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -238489,6 +240724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239222,6 +241463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239440,6 +241687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239609,6 +241862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239855,6 +242114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240168,6 +242433,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240464,6 +242735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240983,7 +243260,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -241311,6 +243588,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241637,7 +243920,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Username to assign to this issue. This field is deprecated.

" + "description": "

Username to assign to this issue. This field is closing down.

" }, { "type": "string", @@ -242110,6 +244393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242328,6 +244617,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242497,6 +244792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242743,6 +245044,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243056,6 +245363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243352,6 +245665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243871,7 +246190,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -244199,6 +246518,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245296,6 +247621,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245514,6 +247845,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245683,6 +248020,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245929,6 +248272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246242,6 +248591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246538,6 +248893,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247057,7 +249418,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -247385,6 +249746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247891,6 +250258,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248481,6 +250854,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248699,6 +251078,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248868,6 +251253,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249114,6 +251505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249427,6 +251824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249723,6 +252126,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250242,7 +252651,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -250570,6 +252979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251295,6 +253710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251513,6 +253934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251682,6 +254109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251928,6 +254361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252241,6 +254680,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252537,6 +254982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253056,7 +255507,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -253384,6 +255835,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254067,6 +256524,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254305,6 +256768,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254825,6 +257294,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255063,6 +257538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255589,6 +258070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255827,6 +258314,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256451,6 +258944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256689,6 +259188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257219,6 +259724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257457,6 +259968,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258114,6 +260631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258405,6 +260928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258623,6 +261152,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258792,6 +261327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259038,6 +261579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259351,6 +261898,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259647,6 +262200,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260166,7 +262725,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -260494,6 +263053,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260908,6 +263473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261077,6 +263648,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261246,6 +263823,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261415,6 +263998,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261944,6 +264533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262569,6 +265164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262860,6 +265461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263078,6 +265685,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263247,6 +265860,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263493,6 +266112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263806,6 +266431,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264102,6 +266733,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264621,7 +267258,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -264949,6 +267586,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265363,6 +268006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265532,6 +268181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265701,174 +268356,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -266399,6 +269066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266868,6 +269541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267086,6 +269765,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267421,6 +270106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267639,6 +270330,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267974,6 +270671,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268187,6 +270890,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268477,6 +271186,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268639,6 +271354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268830,6 +271551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269048,6 +271775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269340,6 +272073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269502,6 +272241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269693,6 +272438,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269911,6 +272662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270242,6 +272999,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270460,6 +273223,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270791,6 +273560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271009,6 +273784,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271344,6 +274125,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271562,6 +274349,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271854,6 +274647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272226,6 +275025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272416,6 +275221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272634,6 +275445,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272926,6 +275743,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273298,6 +276121,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273488,6 +276317,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273706,6 +276541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274051,6 +276892,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274269,6 +277116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274598,6 +277451,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274816,6 +277675,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275167,6 +278032,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275385,6 +278256,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275736,6 +278613,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275954,6 +278837,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276305,6 +279194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276518,6 +279413,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278957,6 +281858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279413,6 +282320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279845,6 +282758,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280309,6 +283228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280906,6 +283831,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281124,6 +284055,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281459,6 +284396,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281677,6 +284620,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282012,6 +284961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282230,6 +285185,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282561,6 +285522,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282779,6 +285746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283110,6 +286083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283328,6 +286307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283663,6 +286648,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283881,6 +286872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284173,6 +287170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284545,6 +287548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284735,6 +287744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284953,6 +287968,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285245,6 +288266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285617,6 +288644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285807,6 +288840,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286025,6 +289064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286370,6 +289415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286588,6 +289639,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286917,6 +289974,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287135,6 +290198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287486,6 +290555,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287704,6 +290779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288055,6 +291136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288273,6 +291360,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288624,6 +291717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288837,6 +291936,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289180,6 +292285,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289377,6 +292488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289613,6 +292730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289977,6 +293100,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290244,6 +293373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290462,6 +293597,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290631,6 +293772,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290877,6 +294024,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291190,6 +294343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291486,6 +294645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292005,7 +295170,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -292333,6 +295498,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292938,6 +296109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293138,14 +296315,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -293311,6 +296488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293795,6 +296978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294068,6 +297257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294286,6 +297481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294578,6 +297779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294768,6 +297975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294986,6 +298199,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295278,6 +298497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295468,6 +298693,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295686,6 +298917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297662,6 +300899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298446,6 +301689,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298771,6 +302020,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299290,7 +302545,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -299934,6 +303189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300259,6 +303520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300778,7 +304045,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -301387,6 +304654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301712,6 +304985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302231,7 +305510,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -303012,6 +306291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304031,6 +307316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304356,6 +307647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304875,7 +308172,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305512,6 +308809,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305837,6 +309140,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306356,7 +309665,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -306984,6 +310293,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307920,6 +311235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307960,7 +311281,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", "statusCodes": [ { "httpStatusCode": "200", @@ -308243,6 +311564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308282,7 +311609,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -308344,7 +311671,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", "statusCodes": [ { "httpStatusCode": "204", @@ -308683,6 +312010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308924,7 +312257,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -308977,7 +312310,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -309266,6 +312599,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309329,7 +312668,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -309676,6 +313015,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309917,7 +313262,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -309970,7 +313315,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -310259,6 +313604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310321,7 +313672,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", "statusCodes": [ { "httpStatusCode": "201", @@ -310684,6 +314035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310925,7 +314282,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -310978,7 +314335,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311267,6 +314624,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311348,7 +314711,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "example": { "id": 1, "url": "https://api.github.com/authorizations/1", @@ -311599,6 +314962,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311840,7 +315209,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -311893,7 +315262,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -312182,6 +315551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312244,7 +315619,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -312252,7 +315627,7 @@ }, { "httpStatusCode": "201", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" }, { "httpStatusCode": "304", @@ -312611,6 +315986,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312852,7 +316233,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -312905,7 +316286,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -313194,6 +316575,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313527,6 +316914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313768,7 +317161,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -313821,7 +317214,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -314110,6 +317503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314172,7 +317571,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -314477,6 +317876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314718,7 +318123,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -314771,7 +318176,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -315060,6 +318465,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315122,7 +318533,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -315478,6 +318889,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315719,7 +319136,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -315772,7 +319189,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -316061,6 +319478,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316123,7 +319546,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

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

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -316696,6 +320119,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -317047,7 +320480,7 @@ "type": "string", "name": "members_allowed_repository_creation_type", "in": "body", - "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", + "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", "enum": [ "all", "private", @@ -317440,6 +320873,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -317664,7 +321107,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -318459,6 +321902,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318830,7 +322279,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -318883,7 +322332,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -319182,6 +322631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319745,7 +323200,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", - "title": "Deprecated - List custom repository roles in an organization", + "title": "Closing down - List custom repository roles in an organization", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -320000,6 +323455,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320049,7 +323510,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -320363,6 +323824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320707,6 +324174,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321026,6 +324499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321379,6 +324858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321853,6 +325338,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322412,6 +325903,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322872,6 +326369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323235,6 +326738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323900,6 +327409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324343,6 +327858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324792,6 +328313,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325102,6 +328629,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325665,6 +329198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326360,6 +329899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327359,6 +330904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328038,6 +331589,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336935,6 +340492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337134,6 +340697,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338176,6 +341745,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338375,6 +341950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339365,6 +342946,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339564,6 +343151,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341448,6 +345041,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341647,6 +345246,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342669,6 +346274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342868,6 +346479,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -343907,6 +347524,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344106,6 +347729,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345952,6 +349581,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346151,6 +349786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347193,6 +350834,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347392,6 +351039,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348449,6 +352102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348648,6 +352307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -351307,6 +354972,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -351719,6 +355390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352047,6 +355724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352603,6 +356286,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -353005,6 +356694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -353407,6 +357102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -353843,6 +357544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354370,6 +358077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354798,6 +358511,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355198,6 +358917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355625,6 +359350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355972,6 +359703,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356360,6 +360097,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356949,6 +360692,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357343,6 +361092,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357705,6 +361460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -358183,6 +361944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359990,6 +363757,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360285,6 +364058,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360574,6 +364353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360743,173 +364528,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] }, - "subscriptions_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -361421,6 +365218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361940,7 +365743,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -362238,6 +366041,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362542,6 +366351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363061,7 +366876,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -363359,6 +367174,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363677,6 +367498,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -364692,6 +368519,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -364988,6 +368821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365277,6 +369116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365446,173 +369291,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] }, - "received_events_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -365765,192 +369622,272 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -365975,206 +369912,361 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "pulls_url": { - "type": "string" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "releases_url": { - "type": "string" + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] }, - "stargazers_url": { + "fork": { + "type": "boolean" + }, + "url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] }, - "statuses_url": { - "type": "string" + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, - "subscribers_url": { + "assignees_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, - "subscription_url": { + "blobs_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, - "tags_url": { + "branches_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, - "teams_url": { + "collaborators_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, - "trees_url": { - "type": "string" + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, - "url": { + "commits_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, - "clone_url": { - "type": "string" + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, - "default_branch": { - "type": "string" + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, - "forks": { - "type": "integer" + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, - "forks_count": { - "type": "integer" + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, "git_url": { - "type": "string" + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, - "has_downloads": { - "type": "boolean" + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, - "has_issues": { - "type": "boolean" + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, - "has_projects": { - "type": "boolean" + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, - "has_wiki": { - "type": "boolean" + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, - "has_pages": { - "type": "boolean" + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, - "has_discussions": { - "type": "boolean" + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, - "language": { - "type": [ - "string", - "null" + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" ] }, - "master_branch": { - "type": "string" + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] }, - "archived": { - "type": "boolean" + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, - "disabled": { - "type": "boolean" + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, - "open_issues": { - "type": "integer" + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, - "open_issues_count": { - "type": "integer" + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "temp_clone_token": { - "type": "string" + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, - "allow_merge_commit": { - "type": "boolean" + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, - "allow_squash_merge": { - "type": "boolean" + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, - "allow_rebase_merge": { - "type": "boolean" + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "license": { + "mirror_url": { "type": [ - "object", + "string", "null" ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" ] }, - "pushed_at": { + "hooks_url": { "type": "string", - "format": "date-time" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] }, - "size": { - "type": "integer" + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] }, - "ssh_url": { - "type": "string" + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] }, "stargazers_count": { - "type": "integer" + "type": "integer", + "examples": [ + 80 + ] }, - "svn_url": { + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", "type": "string", - "format": "uri" + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "topics": { "type": "array", @@ -366182,681 +370274,212 @@ "type": "string" } }, - "watchers": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "created_at": { - "type": "string", - "format": "date-time" + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "updated_at": { - "type": "string", - "format": "date-time" + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "allow_forking": { + "has_pages": { "type": "boolean" }, - "is_template": { - "type": "boolean" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] }, - "web_commit_signoff_required": { + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "has_discussions", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "sha": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" }, - "following_url": { - "type": "string" + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, - "gists_url": { + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "gravatar_id": { + "pushed_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" ] }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": "object", - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { + "created_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "name": { - "type": "string" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "notifications_url": { + "temp_clone_token": { "type": "string" }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "private": { - "type": "boolean" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_url": { - "type": "string", - "format": "uri" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "statuses_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "subscribers_url": { - "type": "string", - "format": "uri" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "subscription_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "tags_url": { + "squash_merge_commit_message": { "type": "string", - "format": "uri" + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "teams_url": { + "merge_commit_title": { "type": "string", - "format": "uri" - }, - "trees_url": { - "type": "string" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "url": { + "merge_commit_message": { "type": "string", - "format": "uri" - }, - "clone_url": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "forks_count": { - "type": "integer" - }, - "git_url": { - "type": "string" - }, - "has_downloads": { - "type": "boolean" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" ], - "format": "uri" + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "language": { - "type": [ - "string", - "null" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "master_branch": { - "type": "string" - }, - "archived": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, - "disabled": { + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, "open_issues": { "type": "integer" }, - "open_issues_count": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "pushed_at": { - "type": "string", - "format": "date-time" - }, - "size": { - "type": "integer" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_count": { - "type": "integer" - }, - "svn_url": { - "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, "watchers": { "type": "integer" }, - "watchers_count": { - "type": "integer" - }, - "created_at": { - "type": "string", - "format": "date-time" + "master_branch": { + "type": "string" }, - "updated_at": { + "starred_at": { "type": "string", - "format": "date-time" - }, - "allow_forking": { - "type": "boolean" + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] }, - "web_commit_signoff_required": { - "type": "boolean" + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -366916,7 +370539,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -366940,251 +370562,6 @@ "type": "string" }, "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "_links": { - "type": "object", - "properties": { - "comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "commits": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "statuses": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "html": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "issue": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comment": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "self": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "required": [ - "comments", - "commits", - "statuses", - "html", - "issue", - "review_comments", - "review_comment", - "self" - ] - }, - "author_association": { - "title": "author_association", - "type": "string", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ], - "examples": [ - "OWNER" - ] - }, - "auto_merge": { - "title": "Auto merge", - "description": "The status of auto merging a pull request.", - "type": [ - "object", - "null" - ], - "properties": { - "enabled_by": { "title": "Simple User", "description": "A GitHub user.", "type": "object", @@ -367323,6 +370700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367345,73 +370728,1289 @@ "type", "url" ] - }, - "merge_method": { - "type": "string", - "description": "The merge method to use.", - "enum": [ - "merge", - "squash", - "rebase" - ] - }, - "commit_title": { - "type": "string", - "description": "Title for the merge commit message." - }, - "commit_message": { - "type": "string", - "description": "Commit message for the merge commit." } }, "required": [ - "enabled_by", - "merge_method", - "commit_title", - "commit_message" - ] - }, - "draft": { - "description": "Indicates whether or not the pull request is a draft.", - "type": "boolean", - "examples": [ - false - ] - }, - "merged": { - "type": "boolean" - }, - "mergeable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "rebaseable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "mergeable_state": { - "type": "string", - "examples": [ - "clean" + "label", + "ref", + "repo", + "sha", + "user" ] }, - "merged_by": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + 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", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" + ] + }, + "sha": { + "type": "string" + }, + "user": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "_links": { + "type": "object", + "properties": { + "comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "commits": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "statuses": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "html": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "issue": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comment": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "self": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + } + }, + "required": [ + "comments", + "commits", + "statuses", + "html", + "issue", + "review_comments", + "review_comment", + "self" + ] + }, + "author_association": { + "title": "author_association", + "type": "string", + "description": "How the author is associated with the repository.", + "enum": [ + "COLLABORATOR", + "CONTRIBUTOR", + "FIRST_TIMER", + "FIRST_TIME_CONTRIBUTOR", + "MANNEQUIN", + "MEMBER", + "NONE", + "OWNER" + ], + "examples": [ + "OWNER" + ] + }, + "auto_merge": { + "title": "Auto merge", + "description": "The status of auto merging a pull request.", + "type": [ + "object", + "null" + ], + "properties": { + "enabled_by": { + "title": "Simple User", "description": "A GitHub user.", "type": "object", "properties": { @@ -367549,6 +372148,244 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "merge_method": { + "type": "string", + "description": "The merge method to use.", + "enum": [ + "merge", + "squash", + "rebase" + ] + }, + "commit_title": { + "type": "string", + "description": "Title for the merge commit message." + }, + "commit_message": { + "type": "string", + "description": "Commit message for the merge commit." + } + }, + "required": [ + "enabled_by", + "merge_method", + "commit_title", + "commit_message" + ] + }, + "draft": { + "description": "Indicates whether or not the pull request is a draft.", + "type": "boolean", + "examples": [ + false + ] + }, + "merged": { + "type": "boolean" + }, + "mergeable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "rebaseable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "mergeable_state": { + "type": "string", + "examples": [ + "clean" + ] + }, + "merged_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368543,6 +373380,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368839,6 +373682,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -369128,6 +373977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -369297,6 +374152,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -369465,6 +374326,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -369606,202 +374473,282 @@ ] } }, - "head": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": [ - "object", - "null" - ], - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, + "head": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { "id": { - "type": "integer" + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, "node_id": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "languages_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, - "merges_url": { + "full_name": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -369826,235 +374773,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -370114,7 +375400,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -370138,73 +375423,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -370247,192 +375609,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -370457,257 +375899,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -370767,7 +376526,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -370791,73 +376549,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -371174,6 +377009,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -371400,6 +377241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372444,6 +378291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372740,6 +378593,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373029,6 +378888,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373198,6 +379063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373366,6 +379237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373507,202 +379384,282 @@ ] } }, - "head": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": [ - "object", - "null" - ], - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, + "head": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { "id": { - "type": "integer" + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, "node_id": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "languages_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, - "merges_url": { + "full_name": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -373727,235 +379684,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -374015,7 +380311,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -374039,73 +380334,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -374148,192 +380520,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -374358,257 +380810,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -374668,7 +381437,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -374692,73 +381460,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -375075,6 +381920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -375301,6 +382152,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -375926,6 +382783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376103,6 +382966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377097,14 +383966,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -377270,6 +384139,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377735,14 +384610,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -377908,6 +384783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378387,14 +385268,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -378560,6 +385441,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -379161,14 +386048,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -379334,6 +386221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -379687,7 +386580,7 @@ "type": "integer", "name": "position", "in": "body", - "description": "

This parameter is deprecated. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" + "description": "

This parameter is closing down. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" }, { "type": "string", @@ -379884,14 +386777,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -380057,6 +386950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380339,7 +387238,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is deprecated. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", + "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is closing down. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", "statusCodes": [ { "httpStatusCode": "201", @@ -380550,14 +387449,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -380723,6 +387622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381270,6 +388175,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382426,6 +389337,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382721,6 +389638,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383010,6 +389933,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383179,173 +390108,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] }, - "type": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -383857,6 +390798,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384376,7 +391323,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -384674,6 +391621,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384978,6 +391931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385497,7 +392456,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -385795,6 +392754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -386113,6 +393078,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387085,6 +394056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387380,6 +394357,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387669,6 +394652,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387838,6 +394827,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388006,6 +395001,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388516,6 +395517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -389035,7 +396042,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -389333,6 +396340,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -389637,6 +396650,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390156,7 +397175,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -390454,6 +397473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390772,6 +397797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391168,6 +398199,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391663,6 +398700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392094,6 +399137,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392532,6 +399581,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392958,6 +400013,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393483,6 +400544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394056,6 +401123,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394510,6 +401583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395035,7 +402114,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is deprecated. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", + "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is closing down. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -395346,6 +402425,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395689,6 +402774,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395956,6 +403047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396405,6 +403502,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396738,271 +403841,283 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "content": { - "description": "The reaction to use", - "type": "string", - "enum": [ - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "rocket", - "eyes" - ], - "examples": [ - "heart" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-05-20T20:09:31Z" - ] - } - }, - "required": [ - "id", - "node_id", - "user", - "content", - "created_at" - ] - } - } - }, - { - "key": "default", - "request": { - "contentType": "application/json", - "description": "Example 2: Status Code 201", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "content": "heart" - }, - "parameters": { - "org": "ORG", - "team_slug": "TEAM_SLUG", - "discussion_number": "DISCUSSION_NUMBER" - } - }, - "response": { - "statusCode": "201", - "contentType": "application/json", - "description": "

Response

", - "example": { - "id": 1, - "node_id": "MDg6UmVhY3Rpb24x", - "user": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "content": "heart", - "created_at": "2016-05-20T20:09:31Z" - }, - "schema": { - "title": "Reaction", - "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDg6UmVhY3Rpb24x" - ] - }, - "user": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] }, - "node_id": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "content": { + "description": "The reaction to use", + "type": "string", + "enum": [ + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "rocket", + "eyes" + ], + "examples": [ + "heart" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2016-05-20T20:09:31Z" + ] + } + }, + "required": [ + "id", + "node_id", + "user", + "content", + "created_at" + ] + } + } + }, + { + "key": "default", + "request": { + "contentType": "application/json", + "description": "Example 2: Status Code 201", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "content": "heart" + }, + "parameters": { + "org": "ORG", + "team_slug": "TEAM_SLUG", + "discussion_number": "DISCUSSION_NUMBER" + } + }, + "response": { + "statusCode": "201", + "contentType": "application/json", + "description": "

Response

", + "example": { + "id": 1, + "node_id": "MDg6UmVhY3Rpb24x", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "content": "heart", + "created_at": "2016-05-20T20:09:31Z" + }, + "schema": { + "title": "Reaction", + "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDg6UmVhY3Rpb24x" + ] + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -397455,6 +404570,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397803,6 +404924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398069,6 +405196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398525,6 +405658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398873,6 +406012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399139,6 +406284,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399594,6 +406745,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399945,6 +407102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400211,6 +407374,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400666,6 +407835,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401014,6 +408189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401280,6 +408461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401729,6 +408916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402071,6 +409264,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402337,6 +409536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402777,6 +409982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402840,7 +410051,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -403110,6 +410321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403172,7 +410389,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -403451,6 +410668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403514,7 +410737,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -403774,6 +410997,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403836,7 +411065,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -404228,6 +411457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404454,6 +411689,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405024,6 +412265,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405250,6 +412497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405875,6 +413128,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406101,6 +413360,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406605,6 +413870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406831,6 +414102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407338,6 +414615,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407564,6 +414847,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408128,6 +415417,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408354,6 +415649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408863,6 +416164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409247,6 +416554,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409696,6 +417009,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410058,6 +417377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410517,6 +417842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411322,7 +418653,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -412087,6 +419418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412839,6 +420176,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413358,7 +420701,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -413829,6 +421172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414115,6 +421464,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414634,7 +421989,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -415046,6 +422401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -415565,7 +422926,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -416673,6 +424034,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417425,6 +424792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417944,7 +425317,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -418415,6 +425788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418701,6 +426080,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -419220,7 +426605,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -419632,6 +427017,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -420151,7 +427542,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -420703,7 +428094,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -421484,6 +428875,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422236,6 +429633,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422755,7 +430158,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -423226,6 +430629,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423512,6 +430921,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -424031,7 +431446,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -424443,6 +431858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -424962,7 +432383,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -425800,6 +433221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426314,6 +433741,9 @@ }, "name": { "type": "string" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -426385,7 +433815,7 @@ "type": "object", "name": "client_payload", "in": "body", - "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.

" + "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.

" } ], "progAccess": { @@ -427849,6 +435279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -429468,6 +436904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430220,6 +437662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430739,7 +438187,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -431210,6 +438658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431496,6 +438950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432015,7 +439475,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -432427,6 +439887,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432946,7 +440412,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -433607,6 +441073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434794,6 +442266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435313,7 +442791,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -436381,6 +443859,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437133,6 +444617,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437652,7 +445142,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -438123,6 +445613,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438409,6 +445905,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438928,7 +446430,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -439340,6 +446842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439859,7 +447367,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -440636,6 +448144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445990,6 +453504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -447402,6 +454922,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448154,6 +455680,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448673,7 +456205,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -449144,6 +456676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449430,6 +456968,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449949,7 +457493,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -450361,6 +457905,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450880,7 +458430,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -457925,7 +465475,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -458027,7 +465577,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "200", @@ -458047,7 +465597,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -458155,7 +465705,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "201", @@ -458175,7 +465725,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -458237,7 +465787,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "204", @@ -461062,6 +468612,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -462321,6 +469877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -462564,6 +470126,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -463685,6 +471253,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -463853,216 +471427,228 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - }, - "description": { - "type": [ - "string", - "null" - ] - } - } - } - }, - "state": { - "type": "string" - }, - "state_reason": { - "type": [ - "string", - "null" - ] - }, - "assignee": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] }, - "url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "state": { + "type": "string" + }, + "state_reason": { + "type": [ + "string", + "null" + ] + }, + "assignee": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -464311,6 +471897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464797,6 +472389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465316,7 +472914,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -465654,6 +473252,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -466539,6 +474143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467747,6 +475357,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -468358,6 +475971,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468568,6 +476187,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469091,6 +476716,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469722,6 +477353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469932,6 +477569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470455,6 +478098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470962,6 +478611,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471157,6 +478812,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471508,6 +479169,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471703,6 +479370,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472116,6 +479789,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472311,6 +479990,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473726,6 +481411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474469,6 +482160,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474936,7 +482633,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push" @@ -476519,7 +484216,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -478332,6 +486029,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478690,6 +486393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479277,6 +486986,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480386,6 +488101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482229,7 +489950,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -482297,7 +490018,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -483747,7 +491468,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -483807,7 +491528,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", "statusCodes": [ { "httpStatusCode": "204", @@ -484096,6 +491817,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -484175,7 +491902,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", "statusCodes": [ { "httpStatusCode": "200", @@ -484448,6 +492175,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -484526,7 +492259,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", "statusCodes": [ { "httpStatusCode": "204", @@ -485021,6 +492754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485663,7 +493402,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -486124,6 +493863,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -486745,7 +494490,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -488284,6 +496029,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488721,6 +496472,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489155,6 +496912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489601,6 +497364,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490125,6 +497894,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490295,7 +498070,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -490552,6 +498327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490721,7 +498502,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -490976,6 +498757,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -491145,7 +498932,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -491412,6 +499199,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -491581,7 +499374,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -491942,6 +499735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492428,6 +500227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492896,6 +500701,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -493381,6 +501192,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -493929,6 +501746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494138,7 +501961,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -494405,6 +502228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494613,7 +502442,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -494863,6 +502692,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -495071,7 +502906,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -495338,6 +503173,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -495546,7 +503387,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -496670,6 +504511,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -497243,6 +505090,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -497271,7 +505124,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

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

The \"Get team member\" endpoint (described below) is deprecated.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

", + "descriptionHTML": "

The \"Get team member\" endpoint (described below) is closing down.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

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

The \"Add team member\" endpoint (described below) is deprecated.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

", + "descriptionHTML": "

The \"Add team member\" endpoint (described below) is closing down.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

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

The \"Remove team member\" endpoint (described below) is deprecated.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

The \"Remove team member\" endpoint (described below) is closing down.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -497583,7 +505436,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -497873,6 +505726,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -498154,13 +506010,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -498220,6 +506069,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -498378,13 +506230,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -498518,6 +506363,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -498799,13 +506647,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -498865,6 +506706,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -499023,13 +506867,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -499269,6 +507106,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -499550,13 +507390,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -499723,6 +507556,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -500004,13 +507840,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -500070,6 +507899,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -500228,13 +508060,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -500378,6 +508203,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -500659,13 +508487,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -500725,6 +508546,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -500883,13 +508707,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -501184,6 +509001,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -501311,6 +509134,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -501592,13 +509418,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -501658,6 +509477,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -501816,13 +509638,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -501966,6 +509781,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -502247,13 +510065,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -502313,6 +510124,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -502471,13 +510285,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -503374,6 +511181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -503634,6 +511447,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -504114,6 +511933,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -504372,6 +512197,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ diff --git a/src/rest/data/ghes-3.12-2022-11-28/schema.json b/src/rest/data/ghes-3.12-2022-11-28/schema.json index e8c2f1d1ed1f..72fd57200a94 100644 --- a/src/rest/data/ghes-3.12-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.12-2022-11-28/schema.json @@ -3970,6 +3970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -4489,7 +4495,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -6802,6 +6808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -11929,6 +11941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14196,6 +14214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14715,7 +14739,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -15238,6 +15262,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -15757,7 +15787,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -17821,6 +17851,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -18340,7 +18376,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -18867,6 +18903,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -19386,7 +19428,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -21514,6 +21556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -22033,7 +22081,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -22570,6 +22618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -23089,7 +23143,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -25218,6 +25272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -29944,6 +30004,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30106,6 +30172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30466,6 +30538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -31272,6 +31350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32676,6 +32760,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32838,6 +32928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33198,6 +33294,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -34004,6 +34106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35086,6 +35194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35856,6 +35970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36018,6 +36138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36378,6 +36504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -37184,6 +37316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38721,6 +38859,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39345,6 +39489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39589,6 +39739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40772,6 +40928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40934,6 +41096,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41294,6 +41462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -42100,6 +42274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -43934,6 +44114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44152,6 +44338,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44321,6 +44513,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44567,6 +44765,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44880,6 +45084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45176,6 +45386,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45695,7 +45911,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -46023,6 +46239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46453,6 +46675,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46691,6 +46919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47460,6 +47694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47678,6 +47918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47847,6 +48093,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48093,6 +48345,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48406,6 +48664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48702,6 +48966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49221,7 +49491,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -49549,6 +49819,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49979,6 +50255,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50217,6 +50499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50980,6 +51268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51198,6 +51492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51367,6 +51667,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51613,6 +51919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51926,6 +52238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52222,6 +52540,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52741,7 +53065,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -53069,6 +53393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53499,6 +53829,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53737,6 +54073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54498,6 +54840,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54716,6 +55064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54885,6 +55239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55131,6 +55491,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55444,6 +55810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55740,6 +56112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56259,7 +56637,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -56587,6 +56965,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57017,6 +57401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57255,6 +57645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58002,6 +58398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58220,6 +58622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58389,6 +58797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58635,6 +59049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58948,6 +59368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59244,6 +59670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59763,7 +60195,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -60091,6 +60523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60521,6 +60959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60759,6 +61203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61031,7 +61481,7 @@ } ], "previews": [], - "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", + "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -61530,6 +61980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61748,6 +62204,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61917,6 +62379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62163,6 +62631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62476,6 +62950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62772,6 +63252,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63291,7 +63777,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -63619,6 +64105,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64049,6 +64541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64287,6 +64785,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65034,6 +65538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65252,6 +65762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65421,6 +65937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65667,6 +66189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65980,6 +66508,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66276,6 +66810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66795,7 +67335,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -67123,6 +67663,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67553,6 +68099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67791,6 +68343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68549,6 +69107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68767,6 +69331,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68936,6 +69506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69182,6 +69758,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69495,6 +70077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69791,6 +70379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70310,7 +70904,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -70638,6 +71232,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71068,6 +71668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71306,6 +71912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72064,6 +72676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72282,6 +72900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72451,6 +73075,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72697,6 +73327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73010,6 +73646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73306,6 +73948,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73825,7 +74473,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -74153,6 +74801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74583,6 +75237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74821,6 +75481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -75803,6 +76469,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -76912,6 +77584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -78399,6 +79077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79438,6 +80122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79617,6 +80307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79835,6 +80531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80014,6 +80716,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80530,6 +81238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -81049,7 +81763,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -81613,6 +82327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -82132,7 +82852,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -83046,6 +83766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -83565,7 +84291,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -83986,6 +84712,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -84505,7 +85237,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -84908,6 +85640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -85612,6 +86350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -86624,6 +87368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -87804,6 +88554,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88225,6 +88981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88677,6 +89439,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88931,6 +89699,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89261,6 +90035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89649,7 +90429,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -89702,7 +90482,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -90001,6 +90781,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90323,6 +91109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90711,7 +91503,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -90764,7 +91556,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -91063,6 +91855,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -91489,7 +92287,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -91549,7 +92347,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -92065,7 +92863,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -92118,7 +92916,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92498,6 +93296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93017,7 +93821,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93651,7 +94455,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -93711,7 +94515,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -94159,6 +94963,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94417,7 +95227,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94470,7 +95280,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94759,6 +95569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95100,6 +95916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95514,6 +96336,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95902,7 +96730,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -95955,7 +96783,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96254,6 +97082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96581,6 +97415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96969,7 +97809,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97022,7 +97862,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97321,6 +98161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97646,6 +98492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98034,7 +98886,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -98087,7 +98939,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98386,6 +99238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98905,6 +99763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99424,7 +100288,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -99963,6 +100827,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100351,7 +101221,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100404,7 +101274,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100703,6 +101573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101262,6 +102138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101781,7 +102663,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102519,6 +103401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102777,7 +103665,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102830,7 +103718,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103119,6 +104007,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103525,6 +104419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103783,7 +104683,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103836,7 +104736,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -104125,6 +105025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105626,6 +106532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106039,6 +106951,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106357,6 +107275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106770,6 +107694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107038,6 +107968,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -107213,6 +108146,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -107899,6 +108838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108076,6 +109021,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108531,6 +109482,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108944,6 +109901,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109262,6 +110225,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109675,6 +110644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109943,6 +110918,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -110118,6 +111096,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110832,6 +111816,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111009,6 +111999,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111464,6 +112460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111877,6 +112879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112195,6 +113203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112608,6 +113622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112876,6 +113896,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -113051,6 +114074,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -113871,6 +114900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114048,6 +115083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114785,6 +115826,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115198,6 +116245,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115516,6 +116569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115929,6 +116988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116197,6 +117262,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116372,6 +117440,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116599,7 +117673,7 @@ { "type": "array of strings", "name": "contexts", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", "isRequired": true }, { @@ -117173,6 +118247,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117584,6 +118664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117889,6 +118975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118300,6 +119392,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118618,6 +119716,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -118793,6 +119894,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -119601,6 +120708,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120014,6 +121127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120332,6 +121451,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120745,6 +121870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121355,6 +122486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121768,6 +122905,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122086,6 +123229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122499,6 +123648,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -123280,7 +124435,7 @@ "type": "array of strings", "name": "contexts", "in": "body", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" }, { "type": "array of objects", @@ -124147,6 +125302,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -124322,6 +125480,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -124755,6 +125919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125218,6 +126388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125681,6 +126857,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -126144,6 +127326,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127821,6 +129009,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128102,6 +129296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128383,6 +129583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128664,6 +129870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -129419,6 +130631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -129944,6 +131162,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130632,6 +131856,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -131157,6 +132387,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -131858,6 +133094,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132383,6 +133625,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133319,6 +134567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133844,6 +135098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -134917,6 +136177,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135442,6 +136708,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136228,6 +137500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136753,6 +138031,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137700,6 +138984,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -138022,6 +139312,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139501,6 +140797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139823,6 +141125,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -141144,6 +142452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142537,6 +143851,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142859,6 +144179,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144410,6 +145736,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144732,6 +146064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -145964,12 +147302,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -146125,6 +147467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -146281,12 +147629,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -146517,6 +147869,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147382,12 +148740,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -147543,6 +148905,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147699,12 +149067,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -147935,6 +149307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148670,12 +150048,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -148831,6 +150213,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148987,12 +150375,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -149271,12 +150663,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -149432,6 +150828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149606,12 +151008,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -149925,12 +151331,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -150086,6 +151496,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -150260,12 +151676,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150524,12 +151944,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150921,7 +152345,7 @@ } ], "previews": [], - "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nDeprecation notice: The tool_name field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", + "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nClosing down notice: The tool_name field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", "statusCodes": [ { "httpStatusCode": "200", @@ -152455,6 +153879,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153019,6 +154449,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153443,6 +154879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154224,6 +155666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154393,6 +155841,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154866,6 +156320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155647,6 +157107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155816,6 +157282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156334,6 +157806,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157115,6 +158593,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157284,6 +158768,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -158073,6 +159563,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -158250,6 +159746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159465,6 +160967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159760,6 +161268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160049,6 +161563,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160218,6 +161738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160386,6 +161912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160896,6 +162428,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161415,7 +162953,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -161713,6 +163251,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162017,6 +163561,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162536,7 +164086,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -162834,6 +164384,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163152,6 +164708,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163764,6 +165326,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163941,6 +165509,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164878,6 +166452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165055,6 +166635,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165576,6 +167162,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165753,6 +167345,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166306,6 +167904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166483,6 +168087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167116,6 +168726,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167532,6 +169148,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167962,6 +169584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168482,6 +170110,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168673,7 +170307,7 @@ "type": "integer", "name": "line", "in": "body", - "description": "

Deprecated. Use position parameter instead. Line number in the file to comment on.

" + "description": "

Closing down notice. Use position parameter instead. Line number in the file to comment on.

" } ], "progAccess": { @@ -168930,6 +170564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169508,6 +171148,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170487,6 +172133,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170868,6 +172520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172115,6 +173773,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172354,6 +174018,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173970,6 +175640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174209,6 +175885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174741,7 +176423,7 @@ }, { "name": "page", - "description": "

Deprecated. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", + "description": "

Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", "deprecated": true, "in": "query", "schema": { @@ -175724,6 +177406,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176668,6 +178356,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -177654,6 +179348,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -178662,6 +180362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -180147,8 +181853,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Contents\" repository permissions": "read", - "\"Pull requests\" repository permissions": "read" + "\"Contents\" repository permissions": "read" } ], "allowsPublicRead": true @@ -181890,6 +183595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182134,6 +183845,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182699,6 +184416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182943,6 +184666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183463,6 +185192,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183707,6 +185442,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185221,6 +186962,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185962,6 +187709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -186773,6 +188526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188305,6 +190064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188348,7 +190113,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -188579,6 +190344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189111,6 +190882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189154,7 +190931,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -189385,6 +191162,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189863,6 +191646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189906,7 +191695,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -190137,6 +191926,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -195759,6 +197554,12 @@ }, "business_plus": { "type": "boolean" + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -203003,7 +204804,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", "statusCodes": [ { "httpStatusCode": "201", @@ -203597,7 +205398,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM group.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM group.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", "statusCodes": [ { "httpStatusCode": "201", @@ -206445,7 +208246,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM user.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -208021,7 +209822,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -208113,7 +209914,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", "statusCodes": [ { "httpStatusCode": "204", @@ -208697,6 +210498,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208955,7 +210762,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -209008,7 +210815,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209297,6 +211104,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209629,6 +211442,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210095,6 +211914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210353,7 +212178,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -210406,7 +212231,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -210695,6 +212520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211024,6 +212855,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211282,7 +213119,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -211335,7 +213172,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -211624,6 +213461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212303,6 +214146,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212471,6 +214320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212736,6 +214591,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -212894,13 +214752,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213133,6 +214984,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213411,6 +215268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213584,6 +215447,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213862,6 +215731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214247,6 +216122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214415,6 +216296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214823,6 +216710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214991,6 +216884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215225,6 +217124,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215383,13 +217285,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -215622,6 +217517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215900,6 +217801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216073,6 +217980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216351,6 +218264,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216602,6 +218521,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -216760,13 +218682,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -216999,6 +218914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217277,6 +219198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217450,6 +219377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217728,6 +219661,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217882,6 +219821,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218040,13 +219982,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -218279,6 +220214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218557,6 +220498,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218730,6 +220677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219008,6 +220961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219174,6 +221133,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -219332,13 +221294,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -219571,6 +221526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219849,6 +221810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220022,6 +221989,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220300,6 +222273,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220668,6 +222647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220889,6 +222874,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -221047,13 +223035,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -221286,6 +223267,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221564,6 +223551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221737,6 +223730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222015,6 +224014,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222380,6 +224385,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222548,6 +224559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222990,6 +225007,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -223148,13 +225168,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -223387,6 +225400,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223665,6 +225684,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223838,6 +225863,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224116,6 +226147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224509,6 +226546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224677,6 +226720,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225017,6 +227066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225371,6 +227426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225720,6 +227781,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -226084,6 +228151,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229881,6 +231954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230099,6 +232178,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230268,6 +232353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230514,6 +232605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230827,6 +232924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231123,6 +233226,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231642,7 +233751,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -231970,6 +234079,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -232873,6 +234988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233091,6 +235212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233260,6 +235387,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233506,6 +235639,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233819,6 +235958,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234115,6 +236260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234634,7 +236785,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -234962,6 +237113,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235787,6 +237944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236005,6 +238168,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236174,6 +238343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236420,6 +238595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236733,6 +238914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237029,6 +239216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237548,7 +239741,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -237876,6 +240069,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238191,7 +240390,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.

" + "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.

" }, { "type": "null or string or integer", @@ -238637,6 +240836,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238855,6 +241060,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239024,6 +241235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239270,6 +241487,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239583,6 +241806,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239879,6 +242108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240398,7 +242633,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -240726,6 +242961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241459,6 +243700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241677,6 +243924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241846,6 +244099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242092,6 +244351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242405,6 +244670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242701,6 +244972,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243220,7 +245497,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -243548,6 +245825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243874,7 +246157,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Username to assign to this issue. This field is deprecated.

" + "description": "

Username to assign to this issue. This field is closing down.

" }, { "type": "string", @@ -244347,6 +246630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244565,6 +246854,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244734,6 +247029,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244980,6 +247281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245293,6 +247600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245589,6 +247902,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246108,7 +248427,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -246436,6 +248755,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247533,6 +249858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247751,6 +250082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247920,6 +250257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248166,6 +250509,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248479,6 +250828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248775,6 +251130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249294,7 +251655,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -249622,6 +251983,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250128,6 +252495,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250718,6 +253091,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250936,6 +253315,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251105,6 +253490,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251351,6 +253742,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251664,6 +254061,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251960,6 +254363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252479,7 +254888,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -252807,6 +255216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253532,6 +255947,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253750,6 +256171,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253919,6 +256346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254165,6 +256598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254478,6 +256917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254774,6 +257219,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255293,7 +257744,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -255621,6 +258072,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256304,6 +258761,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256542,6 +259005,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257062,6 +259531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257300,6 +259775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257826,6 +260307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258064,6 +260551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258688,6 +261181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258926,6 +261425,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259456,6 +261961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259694,6 +262205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260351,6 +262868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260642,6 +263165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260860,6 +263389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261029,6 +263564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261275,6 +263816,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261588,6 +264135,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261884,6 +264437,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262403,7 +264962,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -262731,6 +265290,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263145,6 +265710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263314,6 +265885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263483,6 +266060,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263652,6 +266235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264181,6 +266770,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264806,6 +267401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265097,6 +267698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265315,6 +267922,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265484,6 +268097,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265730,6 +268349,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266043,6 +268668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266339,6 +268970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266858,7 +269495,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -267186,6 +269823,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267600,6 +270243,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267769,6 +270418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267938,174 +270593,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -268636,6 +271303,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269105,6 +271778,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269323,6 +272002,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269658,6 +272343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269876,6 +272567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270211,6 +272908,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270424,6 +273127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270714,6 +273423,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270876,6 +273591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271067,6 +273788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271285,6 +274012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271577,6 +274310,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271739,6 +274478,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271930,6 +274675,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272148,6 +274899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272479,6 +275236,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272697,6 +275460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273028,6 +275797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273246,6 +276021,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273581,6 +276362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273799,6 +276586,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274091,6 +276884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274463,6 +277262,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274653,6 +277458,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274871,6 +277682,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275163,6 +277980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275535,6 +278358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275725,6 +278554,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275943,6 +278778,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276288,6 +279129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276506,6 +279353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276835,6 +279688,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277053,6 +279912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277404,6 +280269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277622,6 +280493,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277973,6 +280850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278191,6 +281074,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278542,6 +281431,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278755,6 +281650,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281194,6 +284095,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281650,6 +284557,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282082,6 +284995,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282546,6 +285465,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283143,6 +286068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283361,6 +286292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283696,6 +286633,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283914,6 +286857,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284249,6 +287198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284467,6 +287422,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284798,6 +287759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285016,6 +287983,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285347,6 +288320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285565,6 +288544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285900,6 +288885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286118,6 +289109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286410,6 +289407,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286782,6 +289785,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286972,6 +289981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287190,6 +290205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287482,6 +290503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287854,6 +290881,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288044,6 +291077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288262,6 +291301,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288607,6 +291652,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288825,6 +291876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289154,6 +292211,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289372,6 +292435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289723,6 +292792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289941,6 +293016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290292,6 +293373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290510,6 +293597,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290861,6 +293954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291074,6 +294173,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291417,6 +294522,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291614,6 +294725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291850,6 +294967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292214,6 +295337,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292481,6 +295610,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292699,6 +295834,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292868,6 +296009,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293114,6 +296261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293427,6 +296580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293723,6 +296882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294242,7 +297407,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -294570,6 +297735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295175,6 +298346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295375,14 +298552,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -295548,6 +298725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296032,6 +299215,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296305,6 +299494,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296523,6 +299718,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296815,6 +300016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297005,6 +300212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297223,6 +300436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297515,6 +300734,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297705,6 +300930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297923,6 +301154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299899,6 +303136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300683,6 +303926,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301008,6 +304257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301527,7 +304782,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -302171,6 +305426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302496,6 +305757,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303015,7 +306282,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -303624,6 +306891,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303949,6 +307222,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304468,7 +307747,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305249,6 +308528,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306268,6 +309553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306593,6 +309884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307112,7 +310409,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -307749,6 +311046,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308074,6 +311377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308593,7 +311902,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -309221,6 +312530,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310157,6 +313472,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310197,7 +313518,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", "statusCodes": [ { "httpStatusCode": "200", @@ -310480,6 +313801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310519,7 +313846,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -310581,7 +313908,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", "statusCodes": [ { "httpStatusCode": "204", @@ -310920,6 +314247,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311178,7 +314511,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -311231,7 +314564,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311520,6 +314853,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311583,7 +314922,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -311930,6 +315269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312188,7 +315533,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -312241,7 +315586,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -312530,6 +315875,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312592,7 +315943,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", "statusCodes": [ { "httpStatusCode": "201", @@ -312955,6 +316306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313213,7 +316570,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -313266,7 +316623,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -313555,6 +316912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313636,7 +316999,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "example": { "id": 1, "url": "https://api.github.com/authorizations/1", @@ -313887,6 +317250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314145,7 +317514,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -314198,7 +317567,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -314487,6 +317856,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314549,7 +317924,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -314557,7 +317932,7 @@ }, { "httpStatusCode": "201", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" }, { "httpStatusCode": "304", @@ -314916,6 +318291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315174,7 +318555,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -315227,7 +318608,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -315516,6 +318897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315849,6 +319236,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316107,7 +319500,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -316160,7 +319553,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -316449,6 +319842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316511,7 +319910,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -316816,6 +320215,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317074,7 +320479,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -317127,7 +320532,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -317416,6 +320821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317478,7 +320889,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -317834,6 +321245,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318092,7 +321509,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -318145,7 +321562,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -318434,6 +321851,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318496,7 +321919,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

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

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -319069,6 +322492,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -319420,7 +322853,7 @@ "type": "string", "name": "members_allowed_repository_creation_type", "in": "body", - "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", + "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", "enum": [ "all", "private", @@ -319813,6 +323246,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -320037,7 +323480,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -320832,6 +324275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321220,7 +324669,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -321273,7 +324722,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -321572,6 +325021,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322135,7 +325590,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", - "title": "Deprecated - List custom repository roles in an organization", + "title": "Closing down - List custom repository roles in an organization", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -322390,6 +325845,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322439,7 +325900,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -322753,6 +326214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323097,6 +326564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323416,6 +326889,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323769,6 +327248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324243,6 +327728,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324802,6 +328293,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325262,6 +328759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325625,6 +329128,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326290,6 +329799,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326733,6 +330248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327182,6 +330703,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327492,6 +331019,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328055,6 +331588,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328750,6 +332289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329749,6 +333294,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330428,6 +333979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339806,6 +343363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340005,6 +343568,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341047,6 +344616,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341246,6 +344821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342236,6 +345817,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342435,6 +346022,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344319,6 +347912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344518,6 +348117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345540,6 +349145,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345739,6 +349350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346778,6 +350395,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346977,6 +350600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348823,6 +352452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349022,6 +352657,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -350064,6 +353705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -350263,6 +353910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -351320,6 +354973,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -351519,6 +355178,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354178,6 +357843,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354590,6 +358261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354918,6 +358595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355474,6 +359157,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355876,6 +359565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356278,6 +359973,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356714,6 +360415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357241,6 +360948,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357669,6 +361382,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -358069,6 +361788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -358496,6 +362221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -358843,6 +362574,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359231,6 +362968,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359820,6 +363563,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360214,6 +363963,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360576,6 +364331,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361054,6 +364815,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362861,6 +366628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363156,6 +366929,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363445,6 +367224,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363614,173 +367399,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] }, - "subscriptions_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -364292,6 +368089,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -364811,7 +368614,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -365109,6 +368912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365413,6 +369222,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365932,7 +369747,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -366230,6 +370045,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -366548,6 +370369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367563,6 +371390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367859,6 +371692,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368148,6 +371987,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368317,173 +372162,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] }, - "received_events_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -368636,192 +372493,272 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -368846,206 +372783,361 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "pulls_url": { - "type": "string" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "releases_url": { - "type": "string" + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] }, - "stargazers_url": { + "fork": { + "type": "boolean" + }, + "url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] }, - "statuses_url": { - "type": "string" + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, - "subscribers_url": { + "assignees_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, - "subscription_url": { + "blobs_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, - "tags_url": { + "branches_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, - "teams_url": { + "collaborators_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, - "trees_url": { - "type": "string" + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, - "url": { + "commits_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, - "clone_url": { - "type": "string" + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, - "default_branch": { - "type": "string" + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, - "forks": { - "type": "integer" + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, - "forks_count": { - "type": "integer" + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, "git_url": { - "type": "string" + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, - "has_downloads": { - "type": "boolean" + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, - "has_issues": { - "type": "boolean" + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, - "has_projects": { - "type": "boolean" + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, - "has_wiki": { - "type": "boolean" + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, - "has_pages": { - "type": "boolean" + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, - "has_discussions": { - "type": "boolean" + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, - "language": { - "type": [ - "string", - "null" + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" ] }, - "master_branch": { - "type": "string" + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] }, - "archived": { - "type": "boolean" + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, - "disabled": { - "type": "boolean" + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, - "open_issues": { - "type": "integer" + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, - "open_issues_count": { - "type": "integer" + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "temp_clone_token": { - "type": "string" + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, - "allow_merge_commit": { - "type": "boolean" + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, - "allow_squash_merge": { - "type": "boolean" + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, - "allow_rebase_merge": { - "type": "boolean" + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "license": { + "mirror_url": { "type": [ - "object", + "string", "null" ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" ] }, - "pushed_at": { + "hooks_url": { "type": "string", - "format": "date-time" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] }, - "size": { - "type": "integer" + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] }, - "ssh_url": { - "type": "string" + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] }, "stargazers_count": { - "type": "integer" + "type": "integer", + "examples": [ + 80 + ] }, - "svn_url": { + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", "type": "string", - "format": "uri" + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "topics": { "type": "array", @@ -369053,681 +373145,212 @@ "type": "string" } }, - "watchers": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "created_at": { - "type": "string", - "format": "date-time" + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "updated_at": { - "type": "string", - "format": "date-time" + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "allow_forking": { + "has_pages": { "type": "boolean" }, - "is_template": { - "type": "boolean" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] }, - "web_commit_signoff_required": { + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "has_discussions", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "sha": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" }, - "following_url": { - "type": "string" + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, - "gists_url": { + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "gravatar_id": { + "pushed_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" ] }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": "object", - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { + "created_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "name": { - "type": "string" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "notifications_url": { + "temp_clone_token": { "type": "string" }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "private": { - "type": "boolean" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_url": { - "type": "string", - "format": "uri" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "statuses_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "subscribers_url": { - "type": "string", - "format": "uri" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "subscription_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "tags_url": { + "squash_merge_commit_message": { "type": "string", - "format": "uri" + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "teams_url": { + "merge_commit_title": { "type": "string", - "format": "uri" - }, - "trees_url": { - "type": "string" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "url": { + "merge_commit_message": { "type": "string", - "format": "uri" - }, - "clone_url": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "forks_count": { - "type": "integer" - }, - "git_url": { - "type": "string" - }, - "has_downloads": { - "type": "boolean" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" ], - "format": "uri" + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "language": { - "type": [ - "string", - "null" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "master_branch": { - "type": "string" - }, - "archived": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, - "disabled": { + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, "open_issues": { "type": "integer" }, - "open_issues_count": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "pushed_at": { - "type": "string", - "format": "date-time" - }, - "size": { - "type": "integer" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_count": { - "type": "integer" - }, - "svn_url": { - "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, "watchers": { "type": "integer" }, - "watchers_count": { - "type": "integer" - }, - "created_at": { - "type": "string", - "format": "date-time" + "master_branch": { + "type": "string" }, - "updated_at": { + "starred_at": { "type": "string", - "format": "date-time" - }, - "allow_forking": { - "type": "boolean" + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] }, - "web_commit_signoff_required": { - "type": "boolean" + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -369787,7 +373410,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -369811,251 +373433,6 @@ "type": "string" }, "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "_links": { - "type": "object", - "properties": { - "comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "commits": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "statuses": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "html": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "issue": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comment": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "self": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "required": [ - "comments", - "commits", - "statuses", - "html", - "issue", - "review_comments", - "review_comment", - "self" - ] - }, - "author_association": { - "title": "author_association", - "type": "string", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ], - "examples": [ - "OWNER" - ] - }, - "auto_merge": { - "title": "Auto merge", - "description": "The status of auto merging a pull request.", - "type": [ - "object", - "null" - ], - "properties": { - "enabled_by": { "title": "Simple User", "description": "A GitHub user.", "type": "object", @@ -370194,6 +373571,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -370216,73 +373599,1289 @@ "type", "url" ] - }, - "merge_method": { - "type": "string", - "description": "The merge method to use.", - "enum": [ - "merge", - "squash", - "rebase" - ] - }, - "commit_title": { - "type": "string", - "description": "Title for the merge commit message." - }, - "commit_message": { - "type": "string", - "description": "Commit message for the merge commit." } }, "required": [ - "enabled_by", - "merge_method", - "commit_title", - "commit_message" - ] - }, - "draft": { - "description": "Indicates whether or not the pull request is a draft.", - "type": "boolean", - "examples": [ - false - ] - }, - "merged": { - "type": "boolean" - }, - "mergeable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "rebaseable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "mergeable_state": { - "type": "string", - "examples": [ - "clean" + "label", + "ref", + "repo", + "sha", + "user" ] }, - "merged_by": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + 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", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" + ] + }, + "sha": { + "type": "string" + }, + "user": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "_links": { + "type": "object", + "properties": { + "comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "commits": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "statuses": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "html": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "issue": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comment": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "self": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + } + }, + "required": [ + "comments", + "commits", + "statuses", + "html", + "issue", + "review_comments", + "review_comment", + "self" + ] + }, + "author_association": { + "title": "author_association", + "type": "string", + "description": "How the author is associated with the repository.", + "enum": [ + "COLLABORATOR", + "CONTRIBUTOR", + "FIRST_TIMER", + "FIRST_TIME_CONTRIBUTOR", + "MANNEQUIN", + "MEMBER", + "NONE", + "OWNER" + ], + "examples": [ + "OWNER" + ] + }, + "auto_merge": { + "title": "Auto merge", + "description": "The status of auto merging a pull request.", + "type": [ + "object", + "null" + ], + "properties": { + "enabled_by": { + "title": "Simple User", "description": "A GitHub user.", "type": "object", "properties": { @@ -370420,6 +375019,244 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "merge_method": { + "type": "string", + "description": "The merge method to use.", + "enum": [ + "merge", + "squash", + "rebase" + ] + }, + "commit_title": { + "type": "string", + "description": "Title for the merge commit message." + }, + "commit_message": { + "type": "string", + "description": "Commit message for the merge commit." + } + }, + "required": [ + "enabled_by", + "merge_method", + "commit_title", + "commit_message" + ] + }, + "draft": { + "description": "Indicates whether or not the pull request is a draft.", + "type": "boolean", + "examples": [ + false + ] + }, + "merged": { + "type": "boolean" + }, + "mergeable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "rebaseable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "mergeable_state": { + "type": "string", + "examples": [ + "clean" + ] + }, + "merged_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -371414,6 +376251,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -371710,6 +376553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -371999,6 +376848,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372168,6 +377023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372336,6 +377197,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372477,202 +377344,282 @@ ] } }, - "head": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": [ - "object", - "null" - ], - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, + "head": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { "id": { - "type": "integer" + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, "node_id": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "languages_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, - "merges_url": { + "full_name": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -372697,235 +377644,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -372985,7 +378271,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -373009,73 +378294,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -373118,192 +378480,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -373328,257 +378770,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -373638,7 +379397,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -373662,73 +379420,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -374045,6 +379880,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374271,6 +380112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -375315,6 +381162,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -375611,6 +381464,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -375900,6 +381759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376069,6 +381934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376237,6 +382108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376378,202 +382255,282 @@ ] } }, - "head": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": [ - "object", - "null" - ], - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, + "head": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { "id": { - "type": "integer" + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, "node_id": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "languages_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, - "merges_url": { + "full_name": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -376598,235 +382555,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -376886,7 +383182,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -376910,73 +383205,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -377019,192 +383391,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -377229,257 +383681,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -377539,7 +384308,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -377563,73 +384331,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -377946,6 +384791,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378172,6 +385023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378797,6 +385654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378974,6 +385837,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -379968,14 +386837,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -380141,6 +387010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380606,14 +387481,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -380779,6 +387654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381258,14 +388139,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -381431,6 +388312,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382032,14 +388919,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -382205,6 +389092,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382558,7 +389451,7 @@ "type": "integer", "name": "position", "in": "body", - "description": "

This parameter is deprecated. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" + "description": "

This parameter is closing down. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" }, { "type": "string", @@ -382755,14 +389648,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -382928,6 +389821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383210,7 +390109,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is deprecated. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", + "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is closing down. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", "statusCodes": [ { "httpStatusCode": "201", @@ -383421,14 +390320,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -383594,6 +390493,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384141,6 +391046,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385297,6 +392208,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385592,6 +392509,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385881,6 +392804,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -386050,173 +392979,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] }, - "type": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -386728,6 +393669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387247,7 +394194,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -387545,6 +394492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387849,6 +394802,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388368,7 +395327,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -388666,6 +395625,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388984,6 +395949,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -389956,6 +396927,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390251,6 +397228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390540,6 +397523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390709,6 +397698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390877,6 +397872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391387,6 +398388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391906,7 +398913,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -392204,6 +399211,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392508,6 +399521,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393027,7 +400046,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -393325,6 +400344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393643,6 +400668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394039,6 +401070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394534,6 +401571,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394965,6 +402008,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395403,6 +402452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395829,6 +402884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396354,6 +403415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396927,6 +403994,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397381,6 +404454,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397906,7 +404985,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is deprecated. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", + "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is closing down. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -398217,6 +405296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398560,6 +405645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398827,6 +405918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399276,6 +406373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399609,271 +406712,283 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "content": { - "description": "The reaction to use", - "type": "string", - "enum": [ - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "rocket", - "eyes" - ], - "examples": [ - "heart" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-05-20T20:09:31Z" - ] - } - }, - "required": [ - "id", - "node_id", - "user", - "content", - "created_at" - ] - } - } - }, - { - "key": "default", - "request": { - "contentType": "application/json", - "description": "Example 2: Status Code 201", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "content": "heart" - }, - "parameters": { - "org": "ORG", - "team_slug": "TEAM_SLUG", - "discussion_number": "DISCUSSION_NUMBER" - } - }, - "response": { - "statusCode": "201", - "contentType": "application/json", - "description": "

Response

", - "example": { - "id": 1, - "node_id": "MDg6UmVhY3Rpb24x", - "user": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "content": "heart", - "created_at": "2016-05-20T20:09:31Z" - }, - "schema": { - "title": "Reaction", - "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDg6UmVhY3Rpb24x" - ] - }, - "user": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] }, - "node_id": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "content": { + "description": "The reaction to use", + "type": "string", + "enum": [ + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "rocket", + "eyes" + ], + "examples": [ + "heart" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2016-05-20T20:09:31Z" + ] + } + }, + "required": [ + "id", + "node_id", + "user", + "content", + "created_at" + ] + } + } + }, + { + "key": "default", + "request": { + "contentType": "application/json", + "description": "Example 2: Status Code 201", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "content": "heart" + }, + "parameters": { + "org": "ORG", + "team_slug": "TEAM_SLUG", + "discussion_number": "DISCUSSION_NUMBER" + } + }, + "response": { + "statusCode": "201", + "contentType": "application/json", + "description": "

Response

", + "example": { + "id": 1, + "node_id": "MDg6UmVhY3Rpb24x", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "content": "heart", + "created_at": "2016-05-20T20:09:31Z" + }, + "schema": { + "title": "Reaction", + "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDg6UmVhY3Rpb24x" + ] + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -400326,6 +407441,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400674,6 +407795,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400940,6 +408067,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401396,6 +408529,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401744,6 +408883,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402010,6 +409155,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402465,6 +409616,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402816,6 +409973,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403082,6 +410245,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403537,6 +410706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403885,6 +411060,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404151,6 +411332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404600,6 +411787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404942,6 +412135,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405208,6 +412407,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405648,6 +412853,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405711,7 +412922,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -405981,6 +413192,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406043,7 +413260,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -406322,6 +413539,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406385,7 +413608,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -406645,6 +413868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406707,7 +413936,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -407099,6 +414328,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407325,6 +414560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407895,6 +415136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408121,6 +415368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408746,6 +415999,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408972,6 +416231,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409476,6 +416741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409702,6 +416973,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410209,6 +417486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410435,6 +417718,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410999,6 +418288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411225,6 +418520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411734,6 +419035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412118,6 +419425,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412567,6 +419880,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412929,6 +420248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413388,6 +420713,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414193,7 +421524,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -414958,6 +422289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -415710,6 +423047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416229,7 +423572,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -416700,6 +424043,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416986,6 +424335,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417505,7 +424860,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -417917,6 +425272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418436,7 +425797,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -419549,6 +426910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -420301,6 +427668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -420820,7 +428193,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -421291,6 +428664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -421577,6 +428956,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422096,7 +429481,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -422508,6 +429893,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423027,7 +430418,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -423584,7 +430975,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -424365,6 +431756,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425117,6 +432514,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425636,7 +433039,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -426107,6 +433510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426393,6 +433802,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426912,7 +434327,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -427324,6 +434739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -427843,7 +435264,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -428686,6 +436107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -429200,6 +436627,9 @@ }, "name": { "type": "string" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -429271,7 +436701,7 @@ "type": "object", "name": "client_payload", "in": "body", - "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.

" + "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.

" } ], "progAccess": { @@ -430735,6 +438165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432354,6 +439790,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433106,6 +440548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433625,7 +441073,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -434096,6 +441544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434382,6 +441836,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434901,7 +442361,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -435313,6 +442773,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435832,7 +443298,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -436498,6 +443964,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437685,6 +445157,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438204,7 +445682,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -439272,6 +446750,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440024,6 +447508,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440543,7 +448033,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -441014,6 +448504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441300,6 +448796,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441819,7 +449321,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -442231,6 +449733,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442750,7 +450258,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -443532,6 +451040,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448886,6 +456400,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450298,6 +457818,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451050,6 +458576,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451569,7 +459101,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -452040,6 +459572,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452326,6 +459864,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452845,7 +460389,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -453257,6 +460801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453776,7 +461326,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -461319,7 +468869,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -461421,7 +468971,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "200", @@ -461441,7 +468991,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -461549,7 +469099,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "201", @@ -461569,7 +469119,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -461631,7 +469181,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "204", @@ -464456,6 +472006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465715,6 +473271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465958,6 +473520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467079,6 +474647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467247,216 +474821,228 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - }, - "description": { - "type": [ - "string", - "null" - ] - } - } - } - }, - "state": { - "type": "string" - }, - "state_reason": { - "type": [ - "string", - "null" - ] - }, - "assignee": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] }, - "url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "state": { + "type": "string" + }, + "state_reason": { + "type": [ + "string", + "null" + ] + }, + "assignee": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -467705,6 +475291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468191,6 +475783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468710,7 +476308,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -469048,6 +476646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469933,6 +477537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471141,6 +478751,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -471763,6 +479376,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471973,6 +479592,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472496,6 +480121,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473147,6 +480778,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473357,6 +480994,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473880,6 +481523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474407,6 +482056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474602,6 +482257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474739,16 +482400,10 @@ "html_url": "https://github.com/owner/private-repo/security/secret-scanning/42", "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations", "state": "open", - "resolution": null, - "resolved_at": null, - "resolved_by": null, "secret_type": "mailchimp_api_key", "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", - "push_protection_bypassed_by": null, "push_protection_bypassed": false, - "push_protection_bypassed_at": null, - "resolution_comment": null, "validity": "unknown" }, "schema": { @@ -474969,6 +482624,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475164,6 +482825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475366,8 +483033,6 @@ "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", "push_protection_bypassed": false, - "push_protection_bypassed_by": null, - "push_protection_bypassed_at": null, "resolution_comment": "Example comment", "validity": "unknown" }, @@ -475589,6 +483254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475784,6 +483455,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477208,6 +484885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477951,6 +485634,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478418,7 +486107,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push" @@ -480001,7 +487690,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -481814,6 +489503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482172,6 +489867,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482759,6 +490460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -483868,6 +491575,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485711,7 +493424,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -485779,7 +493492,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -487229,7 +494942,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -487289,7 +495002,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", "statusCodes": [ { "httpStatusCode": "204", @@ -487578,6 +495291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -487657,7 +495376,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", "statusCodes": [ { "httpStatusCode": "200", @@ -487930,6 +495649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488008,7 +495733,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", "statusCodes": [ { "httpStatusCode": "204", @@ -488503,6 +496228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489145,7 +496876,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -489606,6 +497337,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490227,7 +497964,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -491766,6 +499503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492203,6 +499946,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492637,6 +500386,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -493083,6 +500838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -493607,6 +501368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -493777,7 +501544,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -494034,6 +501801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494203,7 +501976,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -494458,6 +502231,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494627,7 +502406,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -494894,6 +502673,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -495063,7 +502848,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -495424,6 +503209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -495910,6 +503701,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -496378,6 +504175,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -496863,6 +504666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -497411,6 +505220,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -497620,7 +505435,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -497887,6 +505702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -498095,7 +505916,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -498345,6 +506166,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -498553,7 +506380,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -498820,6 +506647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -499028,7 +506861,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -500152,6 +507985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -500725,6 +508564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -500753,7 +508598,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

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

The \"Get team member\" endpoint (described below) is deprecated.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

", + "descriptionHTML": "

The \"Get team member\" endpoint (described below) is closing down.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

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

The \"Add team member\" endpoint (described below) is deprecated.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

", + "descriptionHTML": "

The \"Add team member\" endpoint (described below) is closing down.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

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

The \"Remove team member\" endpoint (described below) is deprecated.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

The \"Remove team member\" endpoint (described below) is closing down.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -501065,7 +508910,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -501355,6 +509200,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -501636,13 +509484,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -501702,6 +509543,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -501860,13 +509704,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -502000,6 +509837,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -502281,13 +510121,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -502347,6 +510180,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -502505,13 +510341,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -502751,6 +510580,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -503032,13 +510864,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -503205,6 +511030,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -503486,13 +511314,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -503552,6 +511373,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -503710,13 +511534,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -503860,6 +511677,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -504141,13 +511961,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -504207,6 +512020,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -504365,13 +512181,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -504666,6 +512475,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -504793,6 +512608,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -505074,13 +512892,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -505140,6 +512951,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -505298,13 +513112,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -505448,6 +513255,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -505729,13 +513539,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -505795,6 +513598,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -505953,13 +513759,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -506856,6 +514655,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -507116,6 +514921,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -507596,6 +515407,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -507854,6 +515671,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ diff --git a/src/rest/data/ghes-3.13-2022-11-28/schema.json b/src/rest/data/ghes-3.13-2022-11-28/schema.json index 91d2889f76c7..d53cdebfe375 100644 --- a/src/rest/data/ghes-3.13-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.13-2022-11-28/schema.json @@ -3970,6 +3970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -4489,7 +4495,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -6802,6 +6808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -11929,6 +11941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14196,6 +14214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14715,7 +14739,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -15238,6 +15262,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -15757,7 +15787,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -17821,6 +17851,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -18340,7 +18376,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -18867,6 +18903,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -19386,7 +19428,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -21514,6 +21556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -22033,7 +22081,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -22570,6 +22618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -23089,7 +23143,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -25218,6 +25272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -29944,6 +30004,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30106,6 +30172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30466,6 +30538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -31272,6 +31350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32676,6 +32760,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32838,6 +32928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33198,6 +33294,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -34004,6 +34106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35086,6 +35194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35856,6 +35970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36018,6 +36138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36378,6 +36504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -37184,6 +37316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38721,6 +38859,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39345,6 +39489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39589,6 +39739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40772,6 +40928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40934,6 +41096,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41294,6 +41462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -42100,6 +42274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -43934,6 +44114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44152,6 +44338,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44321,6 +44513,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44567,6 +44765,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44880,6 +45084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45176,6 +45386,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45695,7 +45911,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -46023,6 +46239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46453,6 +46675,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46691,6 +46919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47460,6 +47694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47678,6 +47918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47847,6 +48093,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48093,6 +48345,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48406,6 +48664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48702,6 +48966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49221,7 +49491,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -49549,6 +49819,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49979,6 +50255,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50217,6 +50499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50980,6 +51268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51198,6 +51492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51367,6 +51667,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51613,6 +51919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51926,6 +52238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52222,6 +52540,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52741,7 +53065,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -53069,6 +53393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53499,6 +53829,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53737,6 +54073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54498,6 +54840,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54716,6 +55064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54885,6 +55239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55131,6 +55491,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55444,6 +55810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55740,6 +56112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56259,7 +56637,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -56587,6 +56965,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57017,6 +57401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57255,6 +57645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58002,6 +58398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58220,6 +58622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58389,6 +58797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58635,6 +59049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58948,6 +59368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59244,6 +59670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59763,7 +60195,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -60091,6 +60523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60521,6 +60959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60759,6 +61203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61031,7 +61481,7 @@ } ], "previews": [], - "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", + "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -61530,6 +61980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61748,6 +62204,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61917,6 +62379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62163,6 +62631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62476,6 +62950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62772,6 +63252,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63291,7 +63777,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -63619,6 +64105,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64049,6 +64541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64287,6 +64785,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65034,6 +65538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65252,6 +65762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65421,6 +65937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65667,6 +66189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65980,6 +66508,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66276,6 +66810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66795,7 +67335,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -67123,6 +67663,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67553,6 +68099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67791,6 +68343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68549,6 +69107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68767,6 +69331,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68936,6 +69506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69182,6 +69758,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69495,6 +70077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69791,6 +70379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70310,7 +70904,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -70638,6 +71232,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71068,6 +71668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71306,6 +71912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72064,6 +72676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72282,6 +72900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72451,6 +73075,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72697,6 +73327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73010,6 +73646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73306,6 +73948,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73825,7 +74473,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -74153,6 +74801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74583,6 +75237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74821,6 +75481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -75803,6 +76469,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -76912,6 +77584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -78449,6 +79127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79488,6 +80172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79667,6 +80357,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79885,6 +80581,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80064,6 +80766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80580,6 +81288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -81099,7 +81813,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -81663,6 +82377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -82182,7 +82902,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -83096,6 +83816,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -83615,7 +84341,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -84036,6 +84762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -84555,7 +85287,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -84958,6 +85690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -85662,6 +86400,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -86674,6 +87418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -87854,6 +88604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88275,6 +89031,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88727,6 +89489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88981,6 +89749,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89311,6 +90085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89707,7 +90487,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -89760,7 +90540,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -90059,6 +90839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90381,6 +91167,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90777,7 +91569,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -90830,7 +91622,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -91129,6 +91921,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -91564,7 +92362,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -91624,7 +92422,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -92148,7 +92946,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -92201,7 +92999,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92581,6 +93379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93100,7 +93904,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93743,7 +94547,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -93803,7 +94607,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -94251,6 +95055,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94517,7 +95327,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94570,7 +95380,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94859,6 +95669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95200,6 +96016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95614,6 +96436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96010,7 +96838,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -96063,7 +96891,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96362,6 +97190,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96689,6 +97523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97085,7 +97925,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97138,7 +97978,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97437,6 +98277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97762,6 +98608,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98158,7 +99010,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -98211,7 +99063,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98510,6 +99362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99029,6 +99887,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99548,7 +100412,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -100087,6 +100951,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100483,7 +101353,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100536,7 +101406,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100835,6 +101705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101394,6 +102270,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101913,7 +102795,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102651,6 +103533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102917,7 +103805,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102970,7 +103858,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103259,6 +104147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103665,6 +104559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103931,7 +104831,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103984,7 +104884,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -104273,6 +105173,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105770,6 +106676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106183,6 +107095,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106501,6 +107419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106914,6 +107838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107182,6 +108112,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -107357,6 +108290,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -108043,6 +108982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108220,6 +109165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108675,6 +109626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109088,6 +110045,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109406,6 +110369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109819,6 +110788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110087,6 +111062,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -110262,6 +111240,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110976,6 +111960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111153,6 +112143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111608,6 +112604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112021,6 +113023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112339,6 +113347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112752,6 +113766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113020,6 +114040,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -113195,6 +114218,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -114015,6 +115044,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114192,6 +115227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114929,6 +115970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115342,6 +116389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115660,6 +116713,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116073,6 +117132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116341,6 +117406,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116516,6 +117584,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116743,7 +117817,7 @@ { "type": "array of strings", "name": "contexts", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", "isRequired": true }, { @@ -117317,6 +118391,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117728,6 +118808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118033,6 +119119,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118444,6 +119536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118762,6 +119860,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -118937,6 +120038,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -119745,6 +120852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120158,6 +121271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120476,6 +121595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120889,6 +122014,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121499,6 +122630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121912,6 +123049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122230,6 +123373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122643,6 +123792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -123424,7 +124579,7 @@ "type": "array of strings", "name": "contexts", "in": "body", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" }, { "type": "array of objects", @@ -124291,6 +125446,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -124466,6 +125624,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -124899,6 +126063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125362,6 +126532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125825,6 +127001,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -126288,6 +127470,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127965,6 +129153,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128246,6 +129440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128527,6 +129727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128808,6 +130014,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -129563,6 +130775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130088,6 +131306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130776,6 +132000,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -131301,6 +132531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132002,6 +133238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132527,6 +133769,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133463,6 +134711,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133988,6 +135242,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135061,6 +136321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135586,6 +136852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136372,6 +137644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136897,6 +138175,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137844,6 +139128,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -138166,6 +139456,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139645,6 +140941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139967,6 +141269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -141288,6 +142596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142681,6 +143995,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -143003,6 +144323,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144554,6 +145880,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144876,6 +146208,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -146108,12 +147446,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -146269,6 +147611,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -146425,12 +147773,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -146661,6 +148013,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147526,12 +148884,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -147687,6 +149049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147843,12 +149211,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -148079,6 +149451,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148814,12 +150192,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -148975,6 +150357,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149131,12 +150519,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -149415,12 +150807,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -149576,6 +150972,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149750,12 +151152,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150069,12 +151475,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -150230,6 +151640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -150404,12 +151820,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150668,12 +152088,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -151065,7 +152489,7 @@ } ], "previews": [], - "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nDeprecation notice: The tool_name field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", + "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nClosing down notice: The tool_name field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", "statusCodes": [ { "httpStatusCode": "200", @@ -152599,6 +154023,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153163,6 +154593,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153587,6 +155023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154368,6 +155810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154537,6 +155985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155010,6 +156464,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155791,6 +157251,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155960,6 +157426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156478,6 +157950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157259,6 +158737,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157428,6 +158912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -158217,6 +159707,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -158394,6 +159890,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159609,6 +161111,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159904,6 +161412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160193,6 +161707,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160362,6 +161882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160530,6 +162056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161040,6 +162572,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161559,7 +163097,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -161857,6 +163395,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162161,6 +163705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162680,7 +164230,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -162978,6 +164528,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163296,6 +164852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163908,6 +165470,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164085,6 +165653,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165022,6 +166596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165199,6 +166779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165720,6 +167306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165897,6 +167489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166450,6 +168048,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166627,6 +168231,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167260,6 +168870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167676,6 +169292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168106,6 +169728,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168626,6 +170254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168817,7 +170451,7 @@ "type": "integer", "name": "line", "in": "body", - "description": "

Deprecated. Use position parameter instead. Line number in the file to comment on.

" + "description": "

Closing down notice. Use position parameter instead. Line number in the file to comment on.

" } ], "progAccess": { @@ -169074,6 +170708,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169652,6 +171292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170631,6 +172277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171012,6 +172664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172259,6 +173917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172498,6 +174162,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174114,6 +175784,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174353,6 +176029,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174885,7 +176567,7 @@ }, { "name": "page", - "description": "

Deprecated. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", + "description": "

Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", "deprecated": true, "in": "query", "schema": { @@ -175868,6 +177550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176812,6 +178500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -177798,6 +179492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -178806,6 +180506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -180291,8 +181997,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Contents\" repository permissions": "read", - "\"Pull requests\" repository permissions": "read" + "\"Contents\" repository permissions": "read" } ], "allowsPublicRead": true @@ -182034,6 +183739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182278,6 +183989,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182843,6 +184560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183087,6 +184810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183607,6 +185336,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183851,6 +185586,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185365,6 +187106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -186106,6 +187853,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -186917,6 +188670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188449,6 +190208,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188492,7 +190257,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -188723,6 +190488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189255,6 +191026,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189298,7 +191075,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -189529,6 +191306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -190007,6 +191790,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -190050,7 +191839,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -190281,6 +192070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -195914,6 +197709,12 @@ }, "business_plus": { "type": "boolean" + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -203179,7 +204980,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", "statusCodes": [ { "httpStatusCode": "201", @@ -203773,7 +205574,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM group.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM group.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", "statusCodes": [ { "httpStatusCode": "201", @@ -206621,7 +208422,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM user.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -208197,7 +209998,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -208289,7 +210090,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", "statusCodes": [ { "httpStatusCode": "204", @@ -208873,6 +210674,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209139,7 +210946,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -209192,7 +210999,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209481,6 +211288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209813,6 +211626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210279,6 +212098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210545,7 +212370,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -210598,7 +212423,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -210887,6 +212712,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211216,6 +213047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211482,7 +213319,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -211535,7 +213372,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -211824,6 +213661,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212503,6 +214346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212671,6 +214520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212936,6 +214791,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -213094,13 +214952,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213333,6 +215184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213611,6 +215468,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213784,6 +215647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214062,6 +215931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214447,6 +216322,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214615,6 +216496,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215023,6 +216910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215191,6 +217084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215425,6 +217324,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215583,13 +217485,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -215822,6 +217717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216100,6 +218001,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216273,6 +218180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216551,6 +218464,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216802,6 +218721,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -216960,13 +218882,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -217199,6 +219114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217477,6 +219398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217650,6 +219577,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217928,6 +219861,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218082,6 +220021,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218240,13 +220182,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -218479,6 +220414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218757,6 +220698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218930,6 +220877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219208,6 +221161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219374,6 +221333,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -219532,13 +221494,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -219771,6 +221726,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220049,6 +222010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220222,6 +222189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220500,6 +222473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220868,6 +222847,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221089,6 +223074,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -221247,13 +223235,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -221486,6 +223467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221764,6 +223751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221937,6 +223930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222215,6 +224214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222580,6 +224585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222748,6 +224759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223190,6 +225207,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -223348,13 +225368,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -223587,6 +225600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223865,6 +225884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224038,6 +226063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224316,6 +226347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224709,6 +226746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224877,6 +226920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225217,6 +227266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225571,6 +227626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225920,6 +227981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -226284,6 +228351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230081,6 +232154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230299,6 +232378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230468,6 +232553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230714,6 +232805,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231027,6 +233124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231323,6 +233426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231842,7 +233951,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -232170,6 +234279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233073,6 +235188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233291,6 +235412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233460,6 +235587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233706,6 +235839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234019,6 +236158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234315,6 +236460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234834,7 +236985,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -235162,6 +237313,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235987,6 +238144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236205,6 +238368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236374,6 +238543,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236620,6 +238795,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236933,6 +239114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237229,6 +239416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237748,7 +239941,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -238076,6 +240269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238391,7 +240590,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.

" + "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.

" }, { "type": "null or string or integer", @@ -238837,6 +241036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239055,6 +241260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239224,6 +241435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239470,6 +241687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239783,6 +242006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240079,6 +242308,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240598,7 +242833,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -240926,6 +243161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241659,6 +243900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241877,6 +244124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242046,6 +244299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242292,6 +244551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242605,6 +244870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242901,6 +245172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243420,7 +245697,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -243748,6 +246025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244074,7 +246357,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Username to assign to this issue. This field is deprecated.

" + "description": "

Username to assign to this issue. This field is closing down.

" }, { "type": "string", @@ -244547,6 +246830,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244765,6 +247054,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244934,6 +247229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245180,6 +247481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245493,6 +247800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245789,6 +248102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246308,7 +248627,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -246636,6 +248955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247733,6 +250058,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247951,6 +250282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248120,6 +250457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248366,6 +250709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248679,6 +251028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248975,6 +251330,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249494,7 +251855,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -249822,6 +252183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250328,6 +252695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250918,6 +253291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251136,6 +253515,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251305,6 +253690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251551,6 +253942,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251864,6 +254261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252160,6 +254563,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252679,7 +255088,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -253007,6 +255416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253732,6 +256147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253950,6 +256371,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254119,6 +256546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254365,6 +256798,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254678,6 +257117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254974,6 +257419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255493,7 +257944,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -255821,6 +258272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256504,6 +258961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256742,6 +259205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257262,6 +259731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257500,6 +259975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258026,6 +260507,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258264,6 +260751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258888,6 +261381,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259126,6 +261625,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259656,6 +262161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259894,6 +262405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260551,6 +263068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260842,6 +263365,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261060,6 +263589,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261229,6 +263764,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261475,6 +264016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261788,6 +264335,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262084,6 +264637,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262603,7 +265162,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -262931,6 +265490,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263345,6 +265910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263514,6 +266085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263683,6 +266260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263852,6 +266435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264381,6 +266970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265006,6 +267601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265297,6 +267898,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265515,6 +268122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265684,6 +268297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265930,6 +268549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266243,6 +268868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266539,6 +269170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267058,7 +269695,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -267386,6 +270023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267800,6 +270443,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267969,6 +270618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268138,174 +270793,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -268836,6 +271503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269305,6 +271978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269523,6 +272202,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269858,6 +272543,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270076,6 +272767,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270411,6 +273108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270624,6 +273327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270914,6 +273623,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271076,6 +273791,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271267,6 +273988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271485,6 +274212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271777,6 +274510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271939,6 +274678,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272130,6 +274875,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272348,6 +275099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272679,6 +275436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272897,6 +275660,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273228,6 +275997,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273446,6 +276221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273781,6 +276562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273999,6 +276786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274291,6 +277084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274663,6 +277462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274853,6 +277658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275071,6 +277882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275363,6 +278180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275735,6 +278558,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275925,6 +278754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276143,6 +278978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276488,6 +279329,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276706,6 +279553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277035,6 +279888,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277253,6 +280112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277604,6 +280469,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277822,6 +280693,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278173,6 +281050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278391,6 +281274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278742,6 +281631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278955,6 +281850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281394,6 +284295,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281850,6 +284757,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282282,6 +285195,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282746,6 +285665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283343,6 +286268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283561,6 +286492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283896,6 +286833,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284114,6 +287057,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284449,6 +287398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284667,6 +287622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284998,6 +287959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285216,6 +288183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285547,6 +288520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285765,6 +288744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286100,6 +289085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286318,6 +289309,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286610,6 +289607,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286982,6 +289985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287172,6 +290181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287390,6 +290405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287682,6 +290703,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288054,6 +291081,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288244,6 +291277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288462,6 +291501,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288807,6 +291852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289025,6 +292076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289354,6 +292411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289572,6 +292635,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289923,6 +292992,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290141,6 +293216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290492,6 +293573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290710,6 +293797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291061,6 +294154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291274,6 +294373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291617,6 +294722,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291814,6 +294925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292050,6 +295167,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292414,6 +295537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292681,6 +295810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292899,6 +296034,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293068,6 +296209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293314,6 +296461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293627,6 +296780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293923,6 +297082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294442,7 +297607,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -294770,6 +297935,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295375,6 +298546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295575,14 +298752,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -295748,6 +298925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296232,6 +299415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296505,6 +299694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296723,6 +299918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297015,6 +300216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297205,6 +300412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297423,6 +300636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297715,6 +300934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297905,6 +301130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298123,6 +301354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300109,6 +303346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300893,6 +304136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301218,6 +304467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301737,7 +304992,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -302381,6 +305636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302706,6 +305967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303225,7 +306492,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -303834,6 +307101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304159,6 +307432,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304678,7 +307957,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305459,6 +308738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306478,6 +309763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306803,6 +310094,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307322,7 +310619,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -307959,6 +311256,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308284,6 +311587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308803,7 +312112,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -309431,6 +312740,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310367,6 +313682,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310407,7 +313728,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", "statusCodes": [ { "httpStatusCode": "200", @@ -310690,6 +314011,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310729,7 +314056,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -310791,7 +314118,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", "statusCodes": [ { "httpStatusCode": "204", @@ -311130,6 +314457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311396,7 +314729,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -311449,7 +314782,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311738,6 +315071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311801,7 +315140,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -312148,6 +315487,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312414,7 +315759,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -312467,7 +315812,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -312756,6 +316101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312818,7 +316169,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", "statusCodes": [ { "httpStatusCode": "201", @@ -313181,6 +316532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313447,7 +316804,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -313500,7 +316857,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -313789,6 +317146,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313870,7 +317233,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "example": { "id": 1, "url": "https://api.github.com/authorizations/1", @@ -314121,6 +317484,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314387,7 +317756,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -314440,7 +317809,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -314729,6 +318098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314791,7 +318166,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -314799,7 +318174,7 @@ }, { "httpStatusCode": "201", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" }, { "httpStatusCode": "304", @@ -315158,6 +318533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315424,7 +318805,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -315477,7 +318858,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -315766,6 +319147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316099,6 +319486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316365,7 +319758,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -316418,7 +319811,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -316707,6 +320100,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316769,7 +320168,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -317074,6 +320473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317340,7 +320745,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -317393,7 +320798,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -317682,6 +321087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317744,7 +321155,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -318100,6 +321511,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318366,7 +321783,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -318419,7 +321836,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -318708,6 +322125,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318770,7 +322193,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

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

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -319343,6 +322766,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -319694,7 +323127,7 @@ "type": "string", "name": "members_allowed_repository_creation_type", "in": "body", - "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", + "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", "enum": [ "all", "private", @@ -320087,6 +323520,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -320311,7 +323754,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -321106,6 +324549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321502,7 +324951,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -321555,7 +325004,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -321854,6 +325303,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323642,7 +327097,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", - "title": "Deprecated - List custom repository roles in an organization", + "title": "Closing down - List custom repository roles in an organization", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -323897,6 +327352,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323946,7 +327407,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -324260,6 +327721,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324604,6 +328071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324923,6 +328396,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325276,6 +328755,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325750,6 +329235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326309,6 +329800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326769,6 +330266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327132,6 +330635,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327797,6 +331306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328240,6 +331755,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328689,6 +332210,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328999,6 +332526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329562,6 +333095,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330257,6 +333796,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331256,6 +334801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331935,6 +335486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341965,6 +345522,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342164,6 +345727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -343206,6 +346775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -343405,6 +346980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344395,6 +347976,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344594,6 +348181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346478,6 +350071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346677,6 +350276,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347699,6 +351304,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347898,6 +351509,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348937,6 +352554,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349136,6 +352759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -350982,6 +354611,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -351181,6 +354816,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352223,6 +355864,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352422,6 +356069,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -353479,6 +357132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -353678,6 +357337,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356337,6 +360002,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356749,6 +360420,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357077,6 +360754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357844,6 +361527,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -358246,6 +361935,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -358648,6 +362343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359084,6 +362785,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359611,6 +363318,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360039,6 +363752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360439,6 +364158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360866,6 +364591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361213,6 +364944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361601,6 +365338,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362190,6 +365933,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362584,6 +366333,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362946,6 +366701,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363424,6 +367185,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365231,6 +368998,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365526,6 +369299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365815,6 +369594,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365984,173 +369769,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] }, - "subscriptions_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -366662,6 +370459,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367181,7 +370984,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -367479,6 +371282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -367783,6 +371592,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368302,7 +372117,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -368600,6 +372415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368918,6 +372739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -369933,6 +373760,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -370229,6 +374062,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -370518,6 +374357,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -370687,173 +374532,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] }, - "received_events_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -371006,192 +374863,272 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -371216,206 +375153,361 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "pulls_url": { - "type": "string" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "releases_url": { - "type": "string" + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] }, - "stargazers_url": { + "fork": { + "type": "boolean" + }, + "url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] }, - "statuses_url": { - "type": "string" + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, - "subscribers_url": { + "assignees_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, - "subscription_url": { + "blobs_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, - "tags_url": { + "branches_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, - "teams_url": { + "collaborators_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, - "trees_url": { - "type": "string" + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, - "url": { + "commits_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, - "clone_url": { - "type": "string" + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, - "default_branch": { - "type": "string" + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, - "forks": { - "type": "integer" + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, - "forks_count": { - "type": "integer" + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, "git_url": { - "type": "string" + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, - "has_downloads": { - "type": "boolean" + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, - "has_issues": { - "type": "boolean" + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, - "has_projects": { - "type": "boolean" + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, - "has_wiki": { - "type": "boolean" + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, - "has_pages": { - "type": "boolean" + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, - "has_discussions": { - "type": "boolean" + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, - "language": { - "type": [ - "string", - "null" + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" ] }, - "master_branch": { - "type": "string" + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] }, - "archived": { - "type": "boolean" + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, - "disabled": { - "type": "boolean" + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, - "open_issues": { - "type": "integer" + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, - "open_issues_count": { - "type": "integer" + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "temp_clone_token": { - "type": "string" + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, - "allow_merge_commit": { - "type": "boolean" + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, - "allow_squash_merge": { - "type": "boolean" + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, - "allow_rebase_merge": { - "type": "boolean" + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "license": { + "mirror_url": { "type": [ - "object", + "string", "null" ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" ] }, - "pushed_at": { + "hooks_url": { "type": "string", - "format": "date-time" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] }, - "size": { - "type": "integer" + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] }, - "ssh_url": { - "type": "string" + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] }, "stargazers_count": { - "type": "integer" + "type": "integer", + "examples": [ + 80 + ] }, - "svn_url": { + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", "type": "string", - "format": "uri" + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "topics": { "type": "array", @@ -371423,681 +375515,212 @@ "type": "string" } }, - "watchers": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "created_at": { - "type": "string", - "format": "date-time" + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "updated_at": { - "type": "string", - "format": "date-time" + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "allow_forking": { + "has_pages": { "type": "boolean" }, - "is_template": { - "type": "boolean" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] }, - "web_commit_signoff_required": { + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "has_discussions", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "sha": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" }, - "following_url": { - "type": "string" + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, - "gists_url": { + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "gravatar_id": { + "pushed_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" ] }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": "object", - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { + "created_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "name": { - "type": "string" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "notifications_url": { + "temp_clone_token": { "type": "string" }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "private": { - "type": "boolean" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_url": { - "type": "string", - "format": "uri" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "statuses_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "subscribers_url": { - "type": "string", - "format": "uri" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "subscription_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "tags_url": { + "squash_merge_commit_message": { "type": "string", - "format": "uri" + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "teams_url": { + "merge_commit_title": { "type": "string", - "format": "uri" - }, - "trees_url": { - "type": "string" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "url": { + "merge_commit_message": { "type": "string", - "format": "uri" - }, - "clone_url": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "forks_count": { - "type": "integer" - }, - "git_url": { - "type": "string" - }, - "has_downloads": { - "type": "boolean" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" ], - "format": "uri" + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "language": { - "type": [ - "string", - "null" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "master_branch": { - "type": "string" - }, - "archived": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, - "disabled": { + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, "open_issues": { "type": "integer" }, - "open_issues_count": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "pushed_at": { - "type": "string", - "format": "date-time" - }, - "size": { - "type": "integer" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_count": { - "type": "integer" - }, - "svn_url": { - "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, "watchers": { "type": "integer" }, - "watchers_count": { - "type": "integer" - }, - "created_at": { - "type": "string", - "format": "date-time" + "master_branch": { + "type": "string" }, - "updated_at": { + "starred_at": { "type": "string", - "format": "date-time" - }, - "allow_forking": { - "type": "boolean" + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] }, - "web_commit_signoff_required": { - "type": "boolean" + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -372157,7 +375780,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -372181,251 +375803,6 @@ "type": "string" }, "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "_links": { - "type": "object", - "properties": { - "comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "commits": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "statuses": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "html": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "issue": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comment": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "self": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "required": [ - "comments", - "commits", - "statuses", - "html", - "issue", - "review_comments", - "review_comment", - "self" - ] - }, - "author_association": { - "title": "author_association", - "type": "string", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ], - "examples": [ - "OWNER" - ] - }, - "auto_merge": { - "title": "Auto merge", - "description": "The status of auto merging a pull request.", - "type": [ - "object", - "null" - ], - "properties": { - "enabled_by": { "title": "Simple User", "description": "A GitHub user.", "type": "object", @@ -372564,6 +375941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372586,73 +375969,1289 @@ "type", "url" ] - }, - "merge_method": { - "type": "string", - "description": "The merge method to use.", - "enum": [ - "merge", - "squash", - "rebase" - ] - }, - "commit_title": { - "type": "string", - "description": "Title for the merge commit message." - }, - "commit_message": { - "type": "string", - "description": "Commit message for the merge commit." } }, "required": [ - "enabled_by", - "merge_method", - "commit_title", - "commit_message" - ] - }, - "draft": { - "description": "Indicates whether or not the pull request is a draft.", - "type": "boolean", - "examples": [ - false - ] - }, - "merged": { - "type": "boolean" - }, - "mergeable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "rebaseable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "mergeable_state": { - "type": "string", - "examples": [ - "clean" + "label", + "ref", + "repo", + "sha", + "user" ] }, - "merged_by": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + 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", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" + ] + }, + "sha": { + "type": "string" + }, + "user": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "_links": { + "type": "object", + "properties": { + "comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "commits": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "statuses": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "html": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "issue": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comment": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "self": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + } + }, + "required": [ + "comments", + "commits", + "statuses", + "html", + "issue", + "review_comments", + "review_comment", + "self" + ] + }, + "author_association": { + "title": "author_association", + "type": "string", + "description": "How the author is associated with the repository.", + "enum": [ + "COLLABORATOR", + "CONTRIBUTOR", + "FIRST_TIMER", + "FIRST_TIME_CONTRIBUTOR", + "MANNEQUIN", + "MEMBER", + "NONE", + "OWNER" + ], + "examples": [ + "OWNER" + ] + }, + "auto_merge": { + "title": "Auto merge", + "description": "The status of auto merging a pull request.", + "type": [ + "object", + "null" + ], + "properties": { + "enabled_by": { + "title": "Simple User", "description": "A GitHub user.", "type": "object", "properties": { @@ -372790,6 +377389,244 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "merge_method": { + "type": "string", + "description": "The merge method to use.", + "enum": [ + "merge", + "squash", + "rebase" + ] + }, + "commit_title": { + "type": "string", + "description": "Title for the merge commit message." + }, + "commit_message": { + "type": "string", + "description": "Commit message for the merge commit." + } + }, + "required": [ + "enabled_by", + "merge_method", + "commit_title", + "commit_message" + ] + }, + "draft": { + "description": "Indicates whether or not the pull request is a draft.", + "type": "boolean", + "examples": [ + false + ] + }, + "merged": { + "type": "boolean" + }, + "mergeable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "rebaseable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "mergeable_state": { + "type": "string", + "examples": [ + "clean" + ] + }, + "merged_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373784,6 +378621,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374080,6 +378923,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374369,6 +379218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374538,6 +379393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374706,6 +379567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -374847,202 +379714,282 @@ ] } }, - "head": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": [ - "object", - "null" - ], - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, + "head": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { "id": { - "type": "integer" + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, "node_id": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "languages_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, - "merges_url": { + "full_name": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -375067,235 +380014,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -375355,7 +380641,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -375379,73 +380664,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -375488,192 +380850,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -375698,257 +381140,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -376008,7 +381767,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -376032,73 +381790,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -376415,6 +382250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376641,6 +382482,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377685,6 +383532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377981,6 +383834,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378270,6 +384129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378439,6 +384304,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378607,6 +384478,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -378748,202 +384625,282 @@ ] } }, - "head": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": [ - "object", - "null" - ], - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, + "head": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { "id": { - "type": "integer" + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, "node_id": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "languages_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, - "merges_url": { + "full_name": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -378968,235 +384925,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -379256,7 +385552,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -379280,73 +385575,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -379389,192 +385761,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -379599,257 +386051,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -379909,7 +386678,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -379933,73 +386701,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -380316,6 +387161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380542,6 +387393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381167,6 +388024,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381344,6 +388207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382338,14 +389207,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -382511,6 +389380,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -382976,14 +389851,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -383149,6 +390024,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383628,14 +390509,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -383801,6 +390682,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384402,14 +391289,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -384575,6 +391462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384928,7 +391821,7 @@ "type": "integer", "name": "position", "in": "body", - "description": "

This parameter is deprecated. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" + "description": "

This parameter is closing down. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" }, { "type": "string", @@ -385125,14 +392018,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -385298,6 +392191,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385580,7 +392479,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is deprecated. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", + "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is closing down. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", "statusCodes": [ { "httpStatusCode": "201", @@ -385791,14 +392690,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -385964,6 +392863,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -386511,6 +393416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387667,6 +394578,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387962,6 +394879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388251,6 +395174,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388420,173 +395349,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] }, - "type": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -389098,6 +396039,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -389617,7 +396564,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -389915,6 +396862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390219,6 +397172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390738,7 +397697,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -391036,6 +397995,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391354,6 +398319,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392326,6 +399297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392621,6 +399598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392910,6 +399893,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393079,6 +400068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393247,6 +400242,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393757,6 +400758,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394276,7 +401283,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -394574,6 +401581,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394878,6 +401891,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395397,7 +402416,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -395695,6 +402714,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396013,6 +403038,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396409,6 +403440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396904,6 +403941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397335,6 +404378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397773,6 +404822,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398199,6 +405254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398724,6 +405785,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399297,6 +406364,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399751,6 +406824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400276,7 +407355,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is deprecated. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", + "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is closing down. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -400587,6 +407666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400930,6 +408015,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401197,6 +408288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401646,6 +408743,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401979,271 +409082,283 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "content": { - "description": "The reaction to use", - "type": "string", - "enum": [ - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "rocket", - "eyes" - ], - "examples": [ - "heart" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-05-20T20:09:31Z" - ] - } - }, - "required": [ - "id", - "node_id", - "user", - "content", - "created_at" - ] - } - } - }, - { - "key": "default", - "request": { - "contentType": "application/json", - "description": "Example 2: Status Code 201", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "content": "heart" - }, - "parameters": { - "org": "ORG", - "team_slug": "TEAM_SLUG", - "discussion_number": "DISCUSSION_NUMBER" - } - }, - "response": { - "statusCode": "201", - "contentType": "application/json", - "description": "

Response

", - "example": { - "id": 1, - "node_id": "MDg6UmVhY3Rpb24x", - "user": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "content": "heart", - "created_at": "2016-05-20T20:09:31Z" - }, - "schema": { - "title": "Reaction", - "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDg6UmVhY3Rpb24x" - ] - }, - "user": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] }, - "node_id": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "content": { + "description": "The reaction to use", + "type": "string", + "enum": [ + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "rocket", + "eyes" + ], + "examples": [ + "heart" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2016-05-20T20:09:31Z" + ] + } + }, + "required": [ + "id", + "node_id", + "user", + "content", + "created_at" + ] + } + } + }, + { + "key": "default", + "request": { + "contentType": "application/json", + "description": "Example 2: Status Code 201", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "content": "heart" + }, + "parameters": { + "org": "ORG", + "team_slug": "TEAM_SLUG", + "discussion_number": "DISCUSSION_NUMBER" + } + }, + "response": { + "statusCode": "201", + "contentType": "application/json", + "description": "

Response

", + "example": { + "id": 1, + "node_id": "MDg6UmVhY3Rpb24x", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "content": "heart", + "created_at": "2016-05-20T20:09:31Z" + }, + "schema": { + "title": "Reaction", + "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDg6UmVhY3Rpb24x" + ] + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -402696,6 +409811,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403044,6 +410165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403310,6 +410437,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403766,6 +410899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404114,6 +411253,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404380,6 +411525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404835,6 +411986,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405186,6 +412343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405452,6 +412615,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405907,6 +413076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406255,6 +413430,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406521,6 +413702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406970,6 +414157,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407312,6 +414505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407578,6 +414777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408018,6 +415223,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408081,7 +415292,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -408351,6 +415562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408413,7 +415630,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -408692,6 +415909,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408755,7 +415978,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -409015,6 +416238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409077,7 +416306,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -409469,6 +416698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409695,6 +416930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410265,6 +417506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410491,6 +417738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411116,6 +418369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411342,6 +418601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411846,6 +419111,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412072,6 +419343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412579,6 +419856,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412805,6 +420088,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413369,6 +420658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413595,6 +420890,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414104,6 +421405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414488,6 +421795,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414937,6 +422250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -415299,6 +422618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -415758,6 +423083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416563,7 +423894,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -417328,6 +424659,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418080,6 +425417,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418599,7 +425942,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -419070,6 +426413,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -419356,6 +426705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -419875,7 +427230,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -420287,6 +427642,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -420806,7 +428167,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -421919,6 +429280,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422671,6 +430038,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423190,7 +430563,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -423661,6 +431034,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423947,6 +431326,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -424466,7 +431851,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -424878,6 +432263,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425397,7 +432788,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -425954,7 +433345,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -426735,6 +434126,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -427487,6 +434884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -428006,7 +435409,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -428477,6 +435880,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -428763,6 +436172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -429282,7 +436697,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -429694,6 +437109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430213,7 +437634,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -431056,6 +438477,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431570,6 +438997,9 @@ }, "name": { "type": "string" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -431641,7 +439071,7 @@ "type": "object", "name": "client_payload", "in": "body", - "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.

" + "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.

" } ], "progAccess": { @@ -433105,6 +440535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434724,6 +442160,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435476,6 +442918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435995,7 +443443,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -436466,6 +443914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -436752,6 +444206,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437271,7 +444731,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -437683,6 +445143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438202,7 +445668,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -438868,6 +446334,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440055,6 +447527,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440574,7 +448052,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -441642,6 +449120,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442394,6 +449878,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442913,7 +450403,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -443384,6 +450874,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443670,6 +451166,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -444189,7 +451691,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -444601,6 +452103,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445120,7 +452628,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -445902,6 +453410,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451498,6 +459012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452910,6 +460430,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453662,6 +461188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454181,7 +461713,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -454652,6 +462184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454938,6 +462476,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -455457,7 +463001,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -455869,6 +463413,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456388,7 +463938,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -464401,7 +471951,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -464503,7 +472053,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "200", @@ -464523,7 +472073,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -464631,7 +472181,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "201", @@ -464651,7 +472201,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -464713,7 +472263,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "204", @@ -467538,6 +475088,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468797,6 +476353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469040,6 +476602,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470161,6 +477729,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470329,216 +477903,228 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - }, - "description": { - "type": [ - "string", - "null" - ] - } - } - } - }, - "state": { - "type": "string" - }, - "state_reason": { - "type": [ - "string", - "null" - ] - }, - "assignee": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] }, - "url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "state": { + "type": "string" + }, + "state_reason": { + "type": [ + "string", + "null" + ] + }, + "assignee": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -470787,6 +478373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471273,6 +478865,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471792,7 +479390,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -472130,6 +479728,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473015,6 +480619,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474223,6 +481833,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -474845,6 +482458,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475055,6 +482674,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475578,6 +483203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476229,6 +483860,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476439,6 +484076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476962,6 +484605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477489,6 +485138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477684,6 +485339,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477821,16 +485482,10 @@ "html_url": "https://github.com/owner/private-repo/security/secret-scanning/42", "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations", "state": "open", - "resolution": null, - "resolved_at": null, - "resolved_by": null, "secret_type": "mailchimp_api_key", "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", - "push_protection_bypassed_by": null, "push_protection_bypassed": false, - "push_protection_bypassed_at": null, - "resolution_comment": null, "validity": "unknown" }, "schema": { @@ -478051,6 +485706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478246,6 +485907,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478448,8 +486115,6 @@ "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", "push_protection_bypassed": false, - "push_protection_bypassed_by": null, - "push_protection_bypassed_at": null, "resolution_comment": "Example comment", "validity": "unknown" }, @@ -478671,6 +486336,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478866,6 +486537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480290,6 +487967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481033,6 +488716,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481500,7 +489189,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push" @@ -483083,7 +490772,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -484896,6 +492585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485254,6 +492949,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485841,6 +493542,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -486950,6 +494657,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488793,7 +496506,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -488861,7 +496574,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -490311,7 +498024,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -490371,7 +498084,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", "statusCodes": [ { "httpStatusCode": "204", @@ -490660,6 +498373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490739,7 +498458,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", "statusCodes": [ { "httpStatusCode": "200", @@ -491012,6 +498731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -491090,7 +498815,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", "statusCodes": [ { "httpStatusCode": "204", @@ -491585,6 +499310,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492227,7 +499958,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -492688,6 +500419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -493309,7 +501046,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -494848,6 +502585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -495285,6 +503028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -495719,6 +503468,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -496165,6 +503920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -496689,6 +504450,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -496859,7 +504626,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -497116,6 +504883,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -497285,7 +505058,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -497540,6 +505313,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -497709,7 +505488,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -497976,6 +505755,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -498145,7 +505930,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -498506,6 +506291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -498992,6 +506783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -499460,6 +507257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -499945,6 +507748,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -500493,6 +508302,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -500702,7 +508517,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -500969,6 +508784,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -501177,7 +508998,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -501427,6 +509248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -501635,7 +509462,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -501902,6 +509729,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -502110,7 +509943,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -503234,6 +511067,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -503807,6 +511646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -503835,7 +511680,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

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

The \"Get team member\" endpoint (described below) is deprecated.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

", + "descriptionHTML": "

The \"Get team member\" endpoint (described below) is closing down.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

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

The \"Add team member\" endpoint (described below) is deprecated.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

", + "descriptionHTML": "

The \"Add team member\" endpoint (described below) is closing down.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

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

The \"Remove team member\" endpoint (described below) is deprecated.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

The \"Remove team member\" endpoint (described below) is closing down.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -504147,7 +511992,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -504437,6 +512282,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -504718,13 +512566,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -504784,6 +512625,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -504942,13 +512786,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -505082,6 +512919,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -505363,13 +513203,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -505429,6 +513262,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -505587,13 +513423,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -505833,6 +513662,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -506114,13 +513946,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -506287,6 +514112,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -506568,13 +514396,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -506634,6 +514455,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -506792,13 +514616,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -506942,6 +514759,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -507223,13 +515043,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -507289,6 +515102,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -507447,13 +515263,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -507748,6 +515557,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -507875,6 +515690,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -508156,13 +515974,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -508222,6 +516033,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -508380,13 +516194,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -508530,6 +516337,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -508811,13 +516621,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -508877,6 +516680,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -509035,13 +516841,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -509938,6 +517737,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -510198,6 +518003,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -510678,6 +518489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -510936,6 +518753,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ diff --git a/src/rest/data/ghes-3.14-2022-11-28/schema.json b/src/rest/data/ghes-3.14-2022-11-28/schema.json index 667e552dd6d3..add3e2d86ad4 100644 --- a/src/rest/data/ghes-3.14-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.14-2022-11-28/schema.json @@ -3970,6 +3970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -4489,7 +4495,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -6802,6 +6808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -11929,6 +11941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14196,6 +14214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -14715,7 +14739,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -15238,6 +15262,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -15757,7 +15787,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -17821,6 +17851,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -18340,7 +18376,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -18867,6 +18903,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -19386,7 +19428,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -21514,6 +21556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -22033,7 +22081,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -22570,6 +22618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -23089,7 +23143,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -25218,6 +25272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -29944,6 +30004,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30106,6 +30172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -30466,6 +30538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -31272,6 +31350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32676,6 +32760,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -32838,6 +32928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -33198,6 +33294,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -34004,6 +34106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35086,6 +35194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -35856,6 +35970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36018,6 +36138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -36378,6 +36504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -37184,6 +37316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -38721,6 +38859,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39345,6 +39489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -39589,6 +39739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40772,6 +40928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -40934,6 +41096,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -41294,6 +41462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -42100,6 +42274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -43934,6 +44114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44152,6 +44338,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44321,6 +44513,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44567,6 +44765,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -44880,6 +45084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45176,6 +45386,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -45695,7 +45911,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -46023,6 +46239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46453,6 +46675,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -46691,6 +46919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47460,6 +47694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47678,6 +47918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -47847,6 +48093,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48093,6 +48345,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48406,6 +48664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -48702,6 +48966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49221,7 +49491,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -49549,6 +49819,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -49979,6 +50255,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50217,6 +50499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -50980,6 +51268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51198,6 +51492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51367,6 +51667,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51613,6 +51919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -51926,6 +52238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52222,6 +52540,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -52741,7 +53065,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -53069,6 +53393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53499,6 +53829,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -53737,6 +54073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54498,6 +54840,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54716,6 +55064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -54885,6 +55239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55131,6 +55491,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55444,6 +55810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -55740,6 +56112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -56259,7 +56637,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -56587,6 +56965,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57017,6 +57401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -57255,6 +57645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58002,6 +58398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58220,6 +58622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58389,6 +58797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58635,6 +59049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -58948,6 +59368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59244,6 +59670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -59763,7 +60195,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -60091,6 +60523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60521,6 +60959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -60759,6 +61203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61031,7 +61481,7 @@ } ], "previews": [], - "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", + "descriptionHTML": "

If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).

\n

Note

\n

\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -61530,6 +61980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61748,6 +62204,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -61917,6 +62379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62163,6 +62631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62476,6 +62950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -62772,6 +63252,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -63291,7 +63777,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -63619,6 +64105,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64049,6 +64541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -64287,6 +64785,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65034,6 +65538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65252,6 +65762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65421,6 +65937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65667,6 +66189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -65980,6 +66508,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66276,6 +66810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -66795,7 +67335,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -67123,6 +67663,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67553,6 +68099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -67791,6 +68343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68549,6 +69107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68767,6 +69331,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -68936,6 +69506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69182,6 +69758,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69495,6 +70077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -69791,6 +70379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -70310,7 +70904,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -70638,6 +71232,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71068,6 +71668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -71306,6 +71912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72064,6 +72676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72282,6 +72900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72451,6 +73075,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -72697,6 +73327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73010,6 +73646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73306,6 +73948,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -73825,7 +74473,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -74153,6 +74801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74583,6 +75237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -74821,6 +75481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -75803,6 +76469,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -76912,6 +77584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -78449,6 +79127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79488,6 +80172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79667,6 +80357,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -79885,6 +80581,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80064,6 +80766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -80580,6 +81288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -81099,7 +81813,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -81663,6 +82377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -82182,7 +82902,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -83096,6 +83816,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -83615,7 +84341,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -84036,6 +84762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -84555,7 +85287,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -84958,6 +85690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -85662,6 +86400,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -86674,6 +87418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -87854,6 +88604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88275,6 +89031,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88727,6 +89489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88981,6 +89749,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89311,6 +90085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89707,7 +90487,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -89760,7 +90540,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -90059,6 +90839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90381,6 +91167,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90777,7 +91569,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -90830,7 +91622,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -91129,6 +91921,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -91564,7 +92362,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -91624,7 +92422,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -92148,7 +92946,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -92201,7 +92999,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92581,6 +93379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93100,7 +93904,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93743,7 +94547,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.

", + "description": "

The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.

", "enum": [ "write" ] @@ -93803,7 +94607,7 @@ { "type": "string", "name": "organization_projects", - "description": "

The level of permission to grant the access token to manage organization projects and projects beta (where available).

", + "description": "

The level of permission to grant the access token to manage organization projects and projects public preview (where available).

", "enum": [ "read", "write", @@ -94251,6 +95055,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94517,7 +95327,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94570,7 +95380,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94859,6 +95669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95200,6 +96016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95614,6 +96436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96010,7 +96838,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -96063,7 +96891,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96362,6 +97190,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96689,6 +97523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97085,7 +97925,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97138,7 +97978,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97437,6 +98277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97762,6 +98608,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98158,7 +99010,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -98211,7 +99063,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98510,6 +99362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99029,6 +99887,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99548,7 +100412,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -100087,6 +100951,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100483,7 +101353,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100536,7 +101406,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100835,6 +101705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101394,6 +102270,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101913,7 +102795,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102651,6 +103533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102917,7 +103805,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102970,7 +103858,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103259,6 +104147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103665,6 +104559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103931,7 +104831,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103984,7 +104884,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -104273,6 +105173,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105770,6 +106676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106183,6 +107095,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106501,6 +107419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106914,6 +107838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107182,6 +108112,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -107357,6 +108290,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -108043,6 +108982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108220,6 +109165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108675,6 +109626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109088,6 +110045,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109406,6 +110369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109819,6 +110788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110087,6 +111062,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -110262,6 +111240,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110976,6 +111960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111153,6 +112143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111608,6 +112604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112021,6 +113023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112339,6 +113347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112752,6 +113766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113020,6 +114040,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -113195,6 +114218,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -114015,6 +115044,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114192,6 +115227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114929,6 +115970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115342,6 +116389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115660,6 +116713,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116073,6 +117132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116341,6 +117406,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116516,6 +117584,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116743,7 +117817,7 @@ { "type": "array of strings", "name": "contexts", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

", "isRequired": true }, { @@ -117317,6 +118391,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117728,6 +118808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118033,6 +119119,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118444,6 +119536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118762,6 +119860,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -118937,6 +120038,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -119745,6 +120852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120158,6 +121271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120476,6 +121595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120889,6 +122014,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121499,6 +122630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121912,6 +123049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122230,6 +123373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -122643,6 +123792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -123424,7 +124579,7 @@ "type": "array of strings", "name": "contexts", "in": "body", - "description": "

Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" + "description": "

Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks instead of contexts for more fine-grained control.

" }, { "type": "array of objects", @@ -124291,6 +125446,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -124466,6 +125624,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -124899,6 +126063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125362,6 +126532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -125825,6 +127001,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -126288,6 +127470,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -127965,6 +129153,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128246,6 +129440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128527,6 +129727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -128808,6 +130014,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -129563,6 +130775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130088,6 +131306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -130776,6 +132000,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -131301,6 +132531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132002,6 +133238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -132527,6 +133769,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133463,6 +134711,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -133988,6 +135242,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135061,6 +136321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -135586,6 +136852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136372,6 +137644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -136897,6 +138175,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -137844,6 +139128,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -138166,6 +139456,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139645,6 +140941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -139967,6 +141269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -141288,6 +142596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -142681,6 +143995,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -143003,6 +144323,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144554,6 +145880,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -144876,6 +146208,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -146108,12 +147446,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -146269,6 +147611,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -146425,12 +147773,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -146661,6 +148013,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147526,12 +148884,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -147687,6 +149049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -147843,12 +149211,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -148079,6 +149451,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -148814,12 +150192,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -148975,6 +150357,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149131,12 +150519,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -149415,12 +150807,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -149576,6 +150972,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -149750,12 +151152,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150069,12 +151475,16 @@ "readOnly": true }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "fixed_at": { @@ -150230,6 +151640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -150404,12 +151820,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -150668,12 +152088,16 @@ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code." }, "state": { - "type": "string", + "type": [ + "string", + "null" + ], "description": "State of a code scanning alert.", "enum": [ "open", "dismissed", - "fixed" + "fixed", + null ] }, "commit_sha": { @@ -151065,7 +152489,7 @@ } ], "previews": [], - "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nDeprecation notice: The tool_name field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", + "descriptionHTML": "

Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page and per_page parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.

\n

The rules_count field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0 is returned in this field.

\n

Warning

\n

\nClosing down notice: The tool_name field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool field.

\n
\n

OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.

", "statusCodes": [ { "httpStatusCode": "200", @@ -152599,6 +154023,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153163,6 +154593,12 @@ "examples": [ "admin" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -153587,6 +155023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154368,6 +155810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -154537,6 +155985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155010,6 +156464,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155791,6 +157251,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -155960,6 +157426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -156478,6 +157950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157259,6 +158737,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -157428,6 +158912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -158217,6 +159707,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -158394,6 +159890,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159609,6 +161111,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -159904,6 +161412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160193,6 +161707,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160362,6 +161882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160530,6 +162056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161040,6 +162572,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161559,7 +163097,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -161857,6 +163395,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162161,6 +163705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162680,7 +164230,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -162978,6 +164528,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163296,6 +164852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -163908,6 +165470,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -164085,6 +165653,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165022,6 +166596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165199,6 +166779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165720,6 +167306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -165897,6 +167489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166450,6 +168048,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -166627,6 +168231,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167260,6 +168870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -167676,6 +169292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168106,6 +169728,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168626,6 +170254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168817,7 +170451,7 @@ "type": "integer", "name": "line", "in": "body", - "description": "

Deprecated. Use position parameter instead. Line number in the file to comment on.

" + "description": "

Closing down notice. Use position parameter instead. Line number in the file to comment on.

" } ], "progAccess": { @@ -169074,6 +170708,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169652,6 +171292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170631,6 +172277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171012,6 +172664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172259,6 +173917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172498,6 +174162,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174114,6 +175784,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174353,6 +176029,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174885,7 +176567,7 @@ }, { "name": "page", - "description": "

Deprecated. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", + "description": "

Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before or after instead.

", "deprecated": true, "in": "query", "schema": { @@ -175868,6 +177550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -176812,6 +178500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -177798,6 +179492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -178806,6 +180506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -180291,8 +181997,7 @@ "fineGrainedPat": true, "permissions": [ { - "\"Contents\" repository permissions": "read", - "\"Pull requests\" repository permissions": "read" + "\"Contents\" repository permissions": "read" } ], "allowsPublicRead": true @@ -182034,6 +183739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182278,6 +183989,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -182843,6 +184560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183087,6 +184810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183607,6 +185336,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -183851,6 +185586,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -185365,6 +187106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -186106,6 +187853,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -186917,6 +188670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188449,6 +190208,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -188492,7 +190257,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -188723,6 +190488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189255,6 +191026,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -189298,7 +191075,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -189529,6 +191306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -190007,6 +191790,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -190050,7 +191839,7 @@ ] }, "target_url": { - "description": "Deprecated: the URL to associate with this status.", + "description": "Closing down notice: the URL to associate with this status.", "default": "", "type": "string", "format": "uri", @@ -190281,6 +192070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -195914,6 +197709,12 @@ }, "business_plus": { "type": "boolean" + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -203179,7 +204980,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM groups in an enterprise.

\n

You can improve query search time by using the excludedAttributes query parameter with a value of members to exclude members from the response.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates a SCIM group for an enterprise.

\n

If members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId and id of each user.

", "statusCodes": [ { "httpStatusCode": "201", @@ -203773,7 +205574,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM group.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM group.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned group’s information.

\n

You must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned group’s individual attributes.

\n

To change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.

\n

Group memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id, and the user will need to be created before they are referenced here.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Deletes a SCIM group from an enterprise.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Lists provisioned SCIM enterprise members.

\n

When a user with a SCIM-provisioned external identity is removed from an enterprise through a patch with active flag set to false, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete request. Users that were not permanently deleted will be visible in the returned results.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Creates an external identity for a new SCIM enterprise user.

\n

SCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID to SCIM userName.

\n

When converting existing enterprise to use SCIM, the user handle (userName) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.

", "statusCodes": [ { "httpStatusCode": "201", @@ -206621,7 +208422,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Gets information about a SCIM user.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Gets information about a SCIM user.

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

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Replaces an existing provisioned user's information.

\n

You must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.

\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -208197,7 +209998,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Update a provisioned user's individual attributes.

\n

To change a user's values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification.

\n

Note

\n

\nComplicated SCIM path selectors that include filters are not supported. For example, a path selector defined as \"path\": \"emails[type eq \\\"work\\\"]\" will not work.

\n
\n

Warning

\n

\nSetting active: false will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.

\n
{\n  \"Operations\":[{\n    \"op\":\"replace\",\n    \"value\":{\n      \"active\":false\n    }\n  }]\n}\n
\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -208289,7 +210090,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", + "descriptionHTML": "

Note

\n

\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.

\n
\n

Permanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.

", "statusCodes": [ { "httpStatusCode": "204", @@ -208873,6 +210674,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209139,7 +210946,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -209192,7 +210999,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209481,6 +211288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209813,6 +211626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210279,6 +212098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210545,7 +212370,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -210598,7 +212423,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -210887,6 +212712,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211216,6 +213047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211482,7 +213319,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -211535,7 +213372,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -211824,6 +213661,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212503,6 +214346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212671,6 +214520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212936,6 +214791,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -213094,13 +214952,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213333,6 +215184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213611,6 +215468,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213784,6 +215647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214062,6 +215931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214447,6 +216322,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214615,6 +216496,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215023,6 +216910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215191,6 +217084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215425,6 +217324,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215583,13 +217485,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -215822,6 +217717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216100,6 +218001,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216273,6 +218180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216551,6 +218464,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216802,6 +218721,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -216960,13 +218882,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -217199,6 +219114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217477,6 +219398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217650,6 +219577,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217928,6 +219861,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218082,6 +220021,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218240,13 +220182,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -218479,6 +220414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218757,6 +220698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218930,6 +220877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219208,6 +221161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219374,6 +221333,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -219532,13 +221494,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -219771,6 +221726,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220049,6 +222010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220222,6 +222189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220500,6 +222473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220868,6 +222847,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221089,6 +223074,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -221247,13 +223235,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -221486,6 +223467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221764,6 +223751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221937,6 +223930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222215,6 +224214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222580,6 +224585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222748,6 +224759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223190,6 +225207,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -223348,13 +225368,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -223587,6 +225600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223865,6 +225884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224038,6 +226063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224316,6 +226347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224709,6 +226746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224877,6 +226920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225217,6 +227266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225571,6 +227626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225920,6 +227981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -226284,6 +228351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230081,6 +232154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230299,6 +232378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230468,6 +232553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230714,6 +232805,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231027,6 +233124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231323,6 +233426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231842,7 +233951,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -232170,6 +234279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233073,6 +235188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233291,6 +235412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233460,6 +235587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233706,6 +235839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234019,6 +236158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234315,6 +236460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234834,7 +236985,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -235162,6 +237313,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235987,6 +238144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236205,6 +238368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236374,6 +238543,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236620,6 +238795,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236933,6 +239114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237229,6 +239416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237748,7 +239941,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -238076,6 +240269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238391,7 +240590,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.

" + "description": "

Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.

" }, { "type": "null or string or integer", @@ -238837,6 +241036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239055,6 +241260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239224,6 +241435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239470,6 +241687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239783,6 +242006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240079,6 +242308,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240598,7 +242833,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -240926,6 +243161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241659,6 +243900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241877,6 +244124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242046,6 +244299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242292,6 +244551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242605,6 +244870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242901,6 +245172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243420,7 +245697,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -243748,6 +246025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244074,7 +246357,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "

Username to assign to this issue. This field is deprecated.

" + "description": "

Username to assign to this issue. This field is closing down.

" }, { "type": "string", @@ -244547,6 +246830,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244765,6 +247054,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244934,6 +247229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245180,6 +247481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245493,6 +247800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245789,6 +248102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246308,7 +248627,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -246636,6 +248955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247733,6 +250058,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247951,6 +250282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248120,6 +250457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248366,6 +250709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248679,6 +251028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248975,6 +251330,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249494,7 +251855,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -249822,6 +252183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250328,6 +252695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250918,6 +253291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251136,6 +253515,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251305,6 +253690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251551,6 +253942,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251864,6 +254261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252160,6 +254563,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252679,7 +255088,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -253007,6 +255416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253732,6 +256147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253950,6 +256371,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254119,6 +256546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254365,6 +256798,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254678,6 +257117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254974,6 +257419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255493,7 +257944,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -255821,6 +258272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256504,6 +258961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256742,6 +259205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257262,6 +259731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257500,6 +259975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258026,6 +260507,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258264,6 +260751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258888,6 +261381,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259126,6 +261625,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259656,6 +262161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259894,6 +262405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260551,6 +263068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260842,6 +263365,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261060,6 +263589,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261229,6 +263764,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261475,6 +264016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261788,6 +264335,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262084,6 +264637,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262603,7 +265162,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -262931,6 +265490,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263345,6 +265910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263514,6 +266085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263683,6 +266260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263852,6 +266435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264381,6 +266970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265006,6 +267601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265297,6 +267898,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265515,6 +268122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265684,6 +268297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265930,6 +268549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266243,6 +268868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266539,6 +269170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267058,7 +269695,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -267386,6 +270023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267800,6 +270443,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267969,6 +270618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268138,174 +270793,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -268836,6 +271503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269305,6 +271978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269523,6 +272202,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269858,6 +272543,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270076,6 +272767,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270411,6 +273108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270624,6 +273327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270914,6 +273623,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271076,6 +273791,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271267,6 +273988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271485,6 +274212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271777,6 +274510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271939,6 +274678,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272130,6 +274875,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272348,6 +275099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272679,6 +275436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272897,6 +275660,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273228,6 +275997,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273446,6 +276221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273781,6 +276562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273999,6 +276786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274291,6 +277084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274663,6 +277462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274853,6 +277658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275071,6 +277882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275363,6 +278180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275735,6 +278558,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275925,6 +278754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276143,6 +278978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276488,6 +279329,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276706,6 +279553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277035,6 +279888,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277253,6 +280112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277604,6 +280469,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277822,6 +280693,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278173,6 +281050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278391,6 +281274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278742,6 +281631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278955,6 +281850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281394,6 +284295,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281850,6 +284757,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282282,6 +285195,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282746,6 +285665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283343,6 +286268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283561,6 +286492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283896,6 +286833,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284114,6 +287057,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284449,6 +287398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284667,6 +287622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284998,6 +287959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285216,6 +288183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285547,6 +288520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285765,6 +288744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286100,6 +289085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286318,6 +289309,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286610,6 +289607,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286982,6 +289985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287172,6 +290181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287390,6 +290405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287682,6 +290703,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288054,6 +291081,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288244,6 +291277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288462,6 +291501,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288807,6 +291852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289025,6 +292076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289354,6 +292411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289572,6 +292635,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289923,6 +292992,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290141,6 +293216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290492,6 +293573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290710,6 +293797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291061,6 +294154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291274,6 +294373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291617,6 +294722,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291814,6 +294925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292050,6 +295167,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292414,6 +295537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292681,6 +295810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292899,6 +296034,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293068,6 +296209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293314,6 +296461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293627,6 +296780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293923,6 +297082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294442,7 +297607,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -294770,6 +297935,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295375,6 +298546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295575,14 +298752,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -295748,6 +298925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296232,6 +299415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296505,6 +299694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296723,6 +299918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297015,6 +300216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297205,6 +300412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297423,6 +300636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297715,6 +300934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297905,6 +301130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298123,6 +301354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300109,6 +303346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300893,6 +304136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301218,6 +304467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301737,7 +304992,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -302381,6 +305636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302706,6 +305967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303225,7 +306492,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -303834,6 +307101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304159,6 +307432,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304678,7 +307957,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305459,6 +308738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306478,6 +309763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306803,6 +310094,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307322,7 +310619,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -307959,6 +311256,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308284,6 +311587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308803,7 +312112,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -309431,6 +312740,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310367,6 +313682,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310407,7 +313728,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

You can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes returned are the union of scopes authorized for the application. For example, if an application has one token with repo scope and another token with user scope, the grant will return [\"repo\", \"user\"].

", "statusCodes": [ { "httpStatusCode": "200", @@ -310690,6 +314011,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310729,7 +314056,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -310791,7 +314118,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Deleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.

", "statusCodes": [ { "httpStatusCode": "204", @@ -311130,6 +314457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311396,7 +314729,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -311449,7 +314782,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311738,6 +315071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311801,7 +315140,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -312148,6 +315487,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312414,7 +315759,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -312467,7 +315812,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -312756,6 +316101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312818,7 +316169,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

To create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint to differentiate between them.

\n

You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.

\n

Organizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.

", "statusCodes": [ { "httpStatusCode": "201", @@ -313181,6 +316532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313447,7 +316804,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -313500,7 +316857,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -313789,6 +317146,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313870,7 +317233,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "example": { "id": 1, "url": "https://api.github.com/authorizations/1", @@ -314121,6 +317484,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314387,7 +317756,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -314440,7 +317809,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -314729,6 +318098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314791,7 +318166,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

Creates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -314799,7 +318174,7 @@ }, { "httpStatusCode": "201", - "description": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" + "description": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
" }, { "httpStatusCode": "304", @@ -315158,6 +318533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315424,7 +318805,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -315477,7 +318858,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -315766,6 +319147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316099,6 +319486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316365,7 +319758,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -316418,7 +319811,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -316707,6 +320100,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316769,7 +320168,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

Warning

\n

\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.

\n
\n

This method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.

\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

", "statusCodes": [ { "httpStatusCode": "200", @@ -317074,6 +320473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317340,7 +320745,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -317393,7 +320798,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -317682,6 +321087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317744,7 +321155,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -318100,6 +321511,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318366,7 +321783,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -318419,7 +321836,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -318708,6 +322125,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318770,7 +322193,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
\n

If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"

\n

You can only send one of these scope keys at a time.

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

Warning

\n

\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -319343,6 +322766,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -319461,7 +322894,7 @@ }, "advanced_security_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -319469,7 +322902,7 @@ }, "dependabot_alerts_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -319477,7 +322910,7 @@ }, "dependabot_security_updates_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -319485,7 +322918,7 @@ }, "dependency_graph_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -319493,7 +322926,7 @@ }, "secret_scanning_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -319501,7 +322934,7 @@ }, "secret_scanning_push_protection_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -319700,7 +323133,7 @@ "type": "string", "name": "members_allowed_repository_creation_type", "in": "body", - "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", + "description": "

Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories. See the parameter deprecation notice in the operation description for details.

", "enum": [ "all", "private", @@ -319738,37 +323171,37 @@ "type": "boolean", "name": "advanced_security_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "dependabot_alerts_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "dependabot_security_updates_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "dependency_graph_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "secret_scanning_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", "name": "secret_scanning_push_protection_enabled_for_new_repositories", "in": "body", - "description": "

Deprecated. Please use code security configurations instead.

\n

Whether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" + "description": "

Endpoint closing down notice. Please use code security configurations instead.

\n

Whether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.

\n

To use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"

\n

You can check which security and analysis features are currently enabled by using a GET /orgs/{org} request.

" }, { "type": "boolean", @@ -320093,6 +323526,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -320211,7 +323654,7 @@ }, "advanced_security_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -320219,7 +323662,7 @@ }, "dependabot_alerts_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -320227,7 +323670,7 @@ }, "dependabot_security_updates_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -320235,7 +323678,7 @@ }, "dependency_graph_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -320243,7 +323686,7 @@ }, "secret_scanning_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -320251,7 +323694,7 @@ }, "secret_scanning_push_protection_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-server@3.14/rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -320323,7 +323766,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Warning

\n

\nParameter deprecation notice: Code security product enablement for new repositories through the organization API is deprecated and will be replaced with code security configurations in a future GitHub Enterprise Server version.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

\n
\n

Warning

\n

\nClosing down notice: Code security product enablement for new repositories through the organization API is closing down and will be replaced with code security configurations in a future GitHub Enterprise Server version.

\n
\n

Updates the organization's profile and member privileges.

\n

The authenticated user must be an organization owner to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -321118,6 +324561,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321514,7 +324963,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -321567,7 +325016,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -321866,6 +325315,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322035,7 +325490,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

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

\n
\n

Enables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"

\n

The authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:org, write:org, or repo scopes to use this endpoint.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: The ability to enable or disable a security feature for all eligible repositories in an organization is closing down. Please use code security configurations instead. For more information, see the changelog.

\n
\n

Enables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"

\n

The authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.

\n

OAuth app tokens and personal access tokens (classic) need the admin:org, write:org, or repo scopes to use this endpoint.

", "statusCodes": [ { "httpStatusCode": "204", @@ -323654,7 +327109,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/organizations/{organization_id}/custom_roles", - "title": "Deprecated - List custom repository roles in an organization", + "title": "Closing down - List custom repository roles in an organization", "category": "orgs", "subcategory": "custom-roles", "parameters": [ @@ -323909,6 +327364,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323958,7 +327419,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.

\n
\n

List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"

\n

The authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -324272,6 +327733,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324616,6 +328083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324935,6 +328408,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325288,6 +328767,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325762,6 +329247,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326321,6 +329812,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326781,6 +330278,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327144,6 +330647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327809,6 +331318,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328252,6 +331767,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328701,6 +332222,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329159,6 +332686,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329501,6 +333034,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330262,6 +333801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330602,6 +334147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331291,6 +334842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331575,6 +335132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332138,6 +335701,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332833,6 +336402,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -333832,6 +337407,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -334511,6 +338092,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344933,6 +348520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345132,6 +348725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346174,6 +349773,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346373,6 +349978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347363,6 +350974,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347562,6 +351179,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349446,6 +353069,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349645,6 +353274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -350667,6 +354302,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -350866,6 +354507,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -351905,6 +355552,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352104,6 +355757,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -353950,6 +357609,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354149,6 +357814,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355191,6 +358862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355390,6 +359067,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356447,6 +360130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356646,6 +360335,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359305,6 +363000,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359717,6 +363418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360045,6 +363752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -360812,6 +364525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361214,6 +364933,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -361616,6 +365341,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362052,6 +365783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -362579,6 +366316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363007,6 +366750,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363407,6 +367156,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -363834,6 +367589,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -364181,6 +367942,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -364569,6 +368336,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365158,6 +368931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365552,6 +369331,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -365914,6 +369699,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -366392,6 +370183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368199,6 +371996,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368494,6 +372297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368783,6 +372592,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -368952,173 +372767,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] }, - "avatar_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -369630,6 +373457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -370149,7 +373982,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -370447,6 +374280,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -370751,6 +374590,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -371270,7 +375115,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -371568,6 +375413,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -371886,6 +375737,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -372901,6 +376758,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373197,6 +377060,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373486,6 +377355,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -373655,173 +377530,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] }, - "received_events_url": { + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -373974,192 +377861,272 @@ "type": "string" }, "repo": { - "type": [ - "object", - "null" - ], + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -374184,206 +378151,361 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "pulls_url": { - "type": "string" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "releases_url": { - "type": "string" + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] }, - "stargazers_url": { + "fork": { + "type": "boolean" + }, + "url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] }, - "statuses_url": { - "type": "string" + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] }, - "subscribers_url": { + "assignees_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] }, - "subscription_url": { + "blobs_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] }, - "tags_url": { + "branches_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] }, - "teams_url": { + "collaborators_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] }, - "trees_url": { - "type": "string" + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] }, - "url": { + "commits_url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] }, - "clone_url": { - "type": "string" + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] }, - "default_branch": { - "type": "string" + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] }, - "forks": { - "type": "integer" + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] }, - "forks_count": { - "type": "integer" + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] }, "git_url": { - "type": "string" + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] }, - "has_downloads": { - "type": "boolean" + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] }, - "has_issues": { - "type": "boolean" + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] }, - "has_projects": { - "type": "boolean" + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] }, - "has_wiki": { - "type": "boolean" + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] }, - "has_pages": { - "type": "boolean" + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] }, - "has_discussions": { - "type": "boolean" + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] }, - "language": { - "type": [ - "string", - "null" + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" ] }, - "master_branch": { - "type": "string" + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] }, - "archived": { - "type": "boolean" + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, - "disabled": { - "type": "boolean" + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, - "open_issues": { - "type": "integer" + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, - "open_issues_count": { - "type": "integer" + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "temp_clone_token": { - "type": "string" + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, - "allow_merge_commit": { - "type": "boolean" + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, - "allow_squash_merge": { - "type": "boolean" + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, - "allow_rebase_merge": { - "type": "boolean" + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "license": { + "mirror_url": { "type": [ - "object", + "string", "null" ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" ] }, - "pushed_at": { + "hooks_url": { "type": "string", - "format": "date-time" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] }, - "size": { - "type": "integer" + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] }, - "ssh_url": { - "type": "string" + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] }, "stargazers_count": { - "type": "integer" + "type": "integer", + "examples": [ + 80 + ] }, - "svn_url": { + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", "type": "string", - "format": "uri" + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "topics": { "type": "array", @@ -374391,681 +378513,212 @@ "type": "string" } }, - "watchers": { - "type": "integer" - }, - "watchers_count": { - "type": "integer" + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "created_at": { - "type": "string", - "format": "date-time" + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "updated_at": { - "type": "string", - "format": "date-time" + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "allow_forking": { + "has_pages": { "type": "boolean" }, - "is_template": { - "type": "boolean" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] }, - "web_commit_signoff_required": { + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" - } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "has_discussions", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" - ] - }, - "sha": { - "type": "string" - }, - "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" }, - "following_url": { - "type": "string" + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, - "gists_url": { + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "gravatar_id": { + "pushed_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" ] }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "base": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": "object", - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { + "created_at": { "type": [ "string", "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "name": { - "type": "string" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "notifications_url": { + "temp_clone_token": { "type": "string" }, - "owner": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "private": { - "type": "boolean" - }, - "pulls_url": { - "type": "string" - }, - "releases_url": { - "type": "string" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_url": { - "type": "string", - "format": "uri" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "statuses_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "subscribers_url": { - "type": "string", - "format": "uri" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "subscription_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "tags_url": { + "squash_merge_commit_message": { "type": "string", - "format": "uri" + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "teams_url": { + "merge_commit_title": { "type": "string", - "format": "uri" - }, - "trees_url": { - "type": "string" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "url": { + "merge_commit_message": { "type": "string", - "format": "uri" - }, - "clone_url": { - "type": "string" - }, - "default_branch": { - "type": "string" - }, - "forks": { - "type": "integer" - }, - "forks_count": { - "type": "integer" - }, - "git_url": { - "type": "string" - }, - "has_downloads": { - "type": "boolean" - }, - "has_issues": { - "type": "boolean" - }, - "has_projects": { - "type": "boolean" - }, - "has_wiki": { - "type": "boolean" - }, - "has_pages": { - "type": "boolean" - }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" ], - "format": "uri" + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "language": { - "type": [ - "string", - "null" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "master_branch": { - "type": "string" - }, - "archived": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, - "disabled": { + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "type": "string" - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, "open_issues": { "type": "integer" }, - "open_issues_count": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_merge_commit": { - "type": "boolean" - }, - "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } - ] - }, - "pushed_at": { - "type": "string", - "format": "date-time" - }, - "size": { - "type": "integer" - }, - "ssh_url": { - "type": "string" - }, - "stargazers_count": { - "type": "integer" - }, - "svn_url": { - "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, "watchers": { "type": "integer" }, - "watchers_count": { - "type": "integer" - }, - "created_at": { - "type": "string", - "format": "date-time" + "master_branch": { + "type": "string" }, - "updated_at": { + "starred_at": { "type": "string", - "format": "date-time" - }, - "allow_forking": { - "type": "boolean" + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] }, - "web_commit_signoff_required": { - "type": "boolean" + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -375125,7 +378778,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -375149,251 +378801,6 @@ "type": "string" }, "user": { - "type": "object", - "properties": { - "avatar_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string" - }, - "followers_url": { - "type": "string", - "format": "uri" - }, - "following_url": { - "type": "string" - }, - "gists_url": { - "type": "string" - }, - "gravatar_id": { - "type": [ - "string", - "null" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - }, - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "login": { - "type": "string" - }, - "organizations_url": { - "type": "string", - "format": "uri" - }, - "received_events_url": { - "type": "string", - "format": "uri" - }, - "repos_url": { - "type": "string", - "format": "uri" - }, - "site_admin": { - "type": "boolean" - }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { - "type": "string", - "format": "uri" - }, - "type": { - "type": "string" - }, - "url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "label", - "ref", - "repo", - "sha", - "user" - ] - }, - "_links": { - "type": "object", - "properties": { - "comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "commits": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "statuses": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "html": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "issue": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comments": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "review_comment": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - }, - "self": { - "title": "Link", - "description": "Hypermedia Link", - "type": "object", - "properties": { - "href": { - "type": "string" - } - }, - "required": [ - "href" - ] - } - }, - "required": [ - "comments", - "commits", - "statuses", - "html", - "issue", - "review_comments", - "review_comment", - "self" - ] - }, - "author_association": { - "title": "author_association", - "type": "string", - "description": "How the author is associated with the repository.", - "enum": [ - "COLLABORATOR", - "CONTRIBUTOR", - "FIRST_TIMER", - "FIRST_TIME_CONTRIBUTOR", - "MANNEQUIN", - "MEMBER", - "NONE", - "OWNER" - ], - "examples": [ - "OWNER" - ] - }, - "auto_merge": { - "title": "Auto merge", - "description": "The status of auto merging a pull request.", - "type": [ - "object", - "null" - ], - "properties": { - "enabled_by": { "title": "Simple User", "description": "A GitHub user.", "type": "object", @@ -375532,6 +378939,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -375554,73 +378967,1289 @@ "type", "url" ] - }, - "merge_method": { - "type": "string", - "description": "The merge method to use.", - "enum": [ - "merge", - "squash", - "rebase" - ] - }, - "commit_title": { - "type": "string", - "description": "Title for the merge commit message." - }, - "commit_message": { - "type": "string", - "description": "Commit message for the merge commit." } }, "required": [ - "enabled_by", - "merge_method", - "commit_title", - "commit_message" - ] - }, - "draft": { - "description": "Indicates whether or not the pull request is a draft.", - "type": "boolean", - "examples": [ - false - ] - }, - "merged": { - "type": "boolean" - }, - "mergeable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "rebaseable": { - "type": [ - "boolean", - "null" - ], - "examples": [ - true - ] - }, - "mergeable_state": { - "type": "string", - "examples": [ - "clean" + "label", + "ref", + "repo", + "sha", + "user" ] }, - "merged_by": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", + "base": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] + }, + "statuses_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] + }, + "subscribers_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] + }, + "subscription_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] + }, + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { + "type": "boolean" + }, + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + 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", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + } + }, + "required": [ + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", + "events_url", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", + "html_url", + "id", + "node_id", + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" + ] + }, + "sha": { + "type": "string" + }, + "user": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "label", + "ref", + "repo", + "sha", + "user" + ] + }, + "_links": { + "type": "object", + "properties": { + "comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "commits": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "statuses": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "html": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "issue": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comments": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "review_comment": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + }, + "self": { + "title": "Link", + "description": "Hypermedia Link", + "type": "object", + "properties": { + "href": { + "type": "string" + } + }, + "required": [ + "href" + ] + } + }, + "required": [ + "comments", + "commits", + "statuses", + "html", + "issue", + "review_comments", + "review_comment", + "self" + ] + }, + "author_association": { + "title": "author_association", + "type": "string", + "description": "How the author is associated with the repository.", + "enum": [ + "COLLABORATOR", + "CONTRIBUTOR", + "FIRST_TIMER", + "FIRST_TIME_CONTRIBUTOR", + "MANNEQUIN", + "MEMBER", + "NONE", + "OWNER" + ], + "examples": [ + "OWNER" + ] + }, + "auto_merge": { + "title": "Auto merge", + "description": "The status of auto merging a pull request.", + "type": [ + "object", + "null" + ], + "properties": { + "enabled_by": { + "title": "Simple User", "description": "A GitHub user.", "type": "object", "properties": { @@ -375758,6 +380387,244 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + }, + "merge_method": { + "type": "string", + "description": "The merge method to use.", + "enum": [ + "merge", + "squash", + "rebase" + ] + }, + "commit_title": { + "type": "string", + "description": "Title for the merge commit message." + }, + "commit_message": { + "type": "string", + "description": "Commit message for the merge commit." + } + }, + "required": [ + "enabled_by", + "merge_method", + "commit_title", + "commit_message" + ] + }, + "draft": { + "description": "Indicates whether or not the pull request is a draft.", + "type": "boolean", + "examples": [ + false + ] + }, + "merged": { + "type": "boolean" + }, + "mergeable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "rebaseable": { + "type": [ + "boolean", + "null" + ], + "examples": [ + true + ] + }, + "mergeable_state": { + "type": "string", + "examples": [ + "clean" + ] + }, + "merged_by": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -376752,6 +381619,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377048,6 +381921,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377337,6 +382216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377506,6 +382391,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377674,6 +382565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -377815,202 +382712,282 @@ ] } }, - "head": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": [ - "object", - "null" - ], - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, + "head": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { "id": { - "type": "integer" + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, "node_id": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "languages_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, - "merges_url": { + "full_name": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -378035,235 +383012,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -378323,7 +383639,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -378347,73 +383662,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -378456,192 +383848,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -378666,257 +384138,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -378976,7 +384765,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -379000,73 +384788,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -379383,6 +385248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -379609,6 +385480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380653,6 +386530,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -380949,6 +386832,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381238,6 +387127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381407,6 +387302,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381575,6 +387476,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -381716,202 +387623,282 @@ ] } }, - "head": { - "type": "object", - "properties": { - "label": { - "type": "string" - }, - "ref": { - "type": "string" - }, - "repo": { - "type": [ - "object", - "null" - ], - "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { - "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" - }, - "forks_url": { - "type": "string", - "format": "uri" - }, - "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { - "type": "string", - "format": "uri" - }, - "html_url": { - "type": "string", - "format": "uri" - }, + "head": { + "type": "object", + "properties": { + "label": { + "type": "string" + }, + "ref": { + "type": "string" + }, + "repo": { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { "id": { - "type": "integer" + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, "node_id": { - "type": "string" - }, - "issue_comment_url": { - "type": "string" - }, - "issue_events_url": { - "type": "string" - }, - "issues_url": { - "type": "string" - }, - "keys_url": { - "type": "string" - }, - "labels_url": { - "type": "string" + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "languages_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, - "merges_url": { + "full_name": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "milestones_url": { - "type": "string" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "name": { - "type": "string" + "forks": { + "type": "integer" }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -381936,235 +387923,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "type": [ - "object", - "null" - ], - "properties": { - "key": { - "type": "string" - }, - "name": { - "type": "string" - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "spdx_id": { - "type": [ - "string", - "null" - ] - }, - "node_id": { - "type": "string" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." }, - "allow_forking": { - "type": "boolean" + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, - "is_template": { + "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -382224,7 +388550,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -382248,73 +388573,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -382357,192 +388759,272 @@ "type": "string" }, "repo": { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "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", - "format": "uri" - }, - "deployments_url": { - "type": "string", - "format": "uri" - }, - "description": { - "type": [ - "string", - "null" + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 ] }, - "downloads_url": { - "type": "string", - "format": "uri" - }, - "events_url": { + "node_id": { "type": "string", - "format": "uri" - }, - "fork": { - "type": "boolean" + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] }, - "forks_url": { + "name": { + "description": "The name of the repository.", "type": "string", - "format": "uri" + "examples": [ + "Team Environment" + ] }, "full_name": { - "type": "string" - }, - "git_commits_url": { - "type": "string" - }, - "git_refs_url": { - "type": "string" - }, - "git_tags_url": { - "type": "string" - }, - "hooks_url": { "type": "string", - "format": "uri" + "examples": [ + "octocat/Hello-World" + ] }, - "html_url": { - "type": "string", - "format": "uri" + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] }, - "id": { + "forks": { "type": "integer" }, - "is_template": { - "type": "boolean" - }, - "node_id": { - "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", - "format": "uri" - }, - "merges_url": { - "type": "string", - "format": "uri" - }, - "milestones_url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "notifications_url": { - "type": "string" + "permissions": { + "type": "object", + "properties": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] }, "owner": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -382567,257 +389049,574 @@ ] }, "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] + }, + "description": { + "type": [ + "string", + "null" + ], + "examples": [ + "This your first repo!" + ] + }, + "fork": { "type": "boolean" }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" + ] + }, + "archive_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" + ] + }, + "assignees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" + ] + }, + "blobs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" + ] + }, + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contributors" + ] + }, + "deployments_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/deployments" + ] + }, + "downloads_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/downloads" + ] + }, + "events_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/events" + ] + }, + "forks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/forks" + ] + }, + "git_commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + ] + }, + "git_refs_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + ] + }, + "git_tags_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + ] + }, + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/languages" + ] + }, + "merges_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/merges" + ] + }, + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, "pulls_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] }, "releases_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] }, "stargazers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/stargazers" + ] }, "statuses_url": { - "type": "string" + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + ] }, "subscribers_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscribers" + ] }, "subscription_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/subscription" + ] }, "tags_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] }, "teams_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] }, "trees_url": { - "type": "string" - }, - "url": { "type": "string", - "format": "uri" + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] }, "clone_url": { - "type": "string" + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] }, - "default_branch": { - "type": "string" + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] }, - "forks": { - "type": "integer" + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] }, "forks_count": { - "type": "integer" + "type": "integer", + "examples": [ + 9 + ] }, - "git_url": { - "type": "string" + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] }, - "has_downloads": { - "type": "boolean" + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } }, "has_issues": { - "type": "boolean" + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_projects": { - "type": "boolean" + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_wiki": { - "type": "boolean" + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "has_pages": { "type": "boolean" }, - "has_discussions": { - "type": "boolean" - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri" - }, - "language": { - "type": [ - "string", - "null" + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true ] }, - "master_branch": { - "type": "string" + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] }, "archived": { + "description": "Whether the repository is archived.", + "default": false, "type": "boolean" }, "disabled": { - "type": "boolean" + "type": "boolean", + "description": "Returns whether or not this repository disabled." }, "visibility": { "description": "The repository visibility: public, private, or internal.", + "default": "public", "type": "string" }, - "mirror_url": { + "pushed_at": { "type": [ "string", "null" ], - "format": "uri" + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] }, - "open_issues": { - "type": "integer" + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] }, - "open_issues_count": { - "type": "integer" + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "maintain": { - "type": "boolean" - }, - "push": { - "type": "boolean" - }, - "triage": { - "type": "boolean" - }, - "pull": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, "temp_clone_token": { "type": "string" }, - "allow_merge_commit": { - "type": "boolean" - }, "allow_squash_merge": { - "type": "boolean" - }, - "allow_rebase_merge": { - "type": "boolean" - }, - "license": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "License Simple", - "description": "License Simple", - "type": "object", - "properties": { - "key": { - "type": "string", - "examples": [ - "mit" - ] - }, - "name": { - "type": "string", - "examples": [ - "MIT License" - ] - }, - "url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://api.github.com/licenses/mit" - ] - }, - "spdx_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "MIT" - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDc6TGljZW5zZW1pdA==" - ] - }, - "html_url": { - "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ] - } + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true ] }, - "pushed_at": { - "type": "string", - "format": "date-time" + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "size": { - "type": "integer" + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "ssh_url": { - "type": "string" + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] }, - "stargazers_count": { - "type": "integer" + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true }, - "svn_url": { + "squash_merge_commit_title": { "type": "string", - "format": "uri" - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "watchers": { - "type": "integer" + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." }, - "watchers_count": { - "type": "integer" + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." }, - "created_at": { + "merge_commit_title": { "type": "string", - "format": "date-time" + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." }, - "updated_at": { + "merge_commit_message": { "type": "string", - "format": "date-time" + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] }, "allow_forking": { + "description": "Whether to allow forking this repo", "type": "boolean" }, "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:42Z\"" + ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" } }, "required": [ @@ -382877,7 +389676,6 @@ "has_projects", "has_wiki", "has_pages", - "has_discussions", "homepage", "language", "archived", @@ -382901,73 +389699,150 @@ "type": "string" }, "user": { + "title": "Simple User", + "description": "A GitHub user.", "type": "object", "properties": { - "avatar_url": { - "type": "string", - "format": "uri" + "name": { + "type": [ + "string", + "null" + ] }, - "events_url": { - "type": "string" + "email": { + "type": [ + "string", + "null" + ] }, - "followers_url": { + "login": { "type": "string", - "format": "uri" + "examples": [ + "octocat" + ] }, - "following_url": { - "type": "string" + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] }, - "gists_url": { - "type": "string" + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] }, "gravatar_id": { "type": [ "string", "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] }, - "id": { - "type": "integer", - "format": "int64" + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] }, - "node_id": { - "type": "string" + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] }, - "login": { - "type": "string" + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] }, "organizations_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] }, "received_events_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] }, - "repos_url": { + "type": { "type": "string", - "format": "uri" + "examples": [ + "User" + ] }, "site_admin": { "type": "boolean" }, - "starred_url": { - "type": "string" - }, - "subscriptions_url": { + "starred_at": { "type": "string", - "format": "uri" - }, - "type": { - "type": "string" + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] }, - "url": { + "user_view_type": { "type": "string", - "format": "uri" + "examples": [ + "public" + ] } }, "required": [ @@ -383284,6 +390159,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -383510,6 +390391,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384135,6 +391022,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -384312,6 +391205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385306,14 +392205,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -385479,6 +392378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -385944,14 +392849,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -386117,6 +393022,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -386596,14 +393507,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -386769,6 +393680,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387370,14 +394287,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -387543,6 +394460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -387896,7 +394819,7 @@ "type": "integer", "name": "position", "in": "body", - "description": "

This parameter is deprecated. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" + "description": "

This parameter is closing down. Use line instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.

" }, { "type": "string", @@ -388093,14 +395016,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -388266,6 +395189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -388548,7 +395477,7 @@ } ], "previews": [], - "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is deprecated. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", + "descriptionHTML": "

Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"

\n

If your comment applies to more than one line in the pull request diff, you should use the parameters line, side, and optionally start_line and start_side in your request.

\n

The position parameter is closing down. If you use position, the line, side, start_line, and start_side parameters are not required.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"

\n

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

\n", "statusCodes": [ { "httpStatusCode": "201", @@ -388759,14 +395688,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -388932,6 +395861,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -389479,6 +396414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390635,6 +397576,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -390930,6 +397877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391219,6 +398172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -391388,173 +398347,185 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "requested_reviewers": { - "type": [ - "array", - "null" - ], - "items": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] }, - "type": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "requested_reviewers": { + "type": [ + "array", + "null" + ], + "items": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -392066,6 +399037,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -392585,7 +399562,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -392883,6 +399860,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393187,6 +400170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -393706,7 +400695,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -394004,6 +400993,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -394322,6 +401317,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395294,6 +402295,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395589,6 +402596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -395878,6 +402891,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396047,6 +403066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396215,6 +403240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -396725,6 +403756,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397244,7 +404281,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -397542,6 +404579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397846,6 +404889,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398365,7 +405414,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -398663,6 +405712,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398981,6 +406036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399377,6 +406438,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399872,6 +406939,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400303,6 +407376,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400741,6 +407820,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401167,6 +408252,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401692,6 +408783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402265,6 +409362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402719,6 +409822,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403244,7 +410353,7 @@ } ], "previews": [], - "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is deprecated. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", + "descriptionHTML": "

Note

\n

\nAccessing this endpoint does not count against your REST API rate limit.

\n
\n

Some categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:

\n\n

Note

\n

\nThe rate object is closing down. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -403555,6 +410664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403898,6 +411013,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404165,6 +411286,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404614,6 +411741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404947,271 +412080,283 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "content": { - "description": "The reaction to use", - "type": "string", - "enum": [ - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "rocket", - "eyes" - ], - "examples": [ - "heart" - ] - }, - "created_at": { - "type": "string", - "format": "date-time", - "examples": [ - "2016-05-20T20:09:31Z" - ] - } - }, - "required": [ - "id", - "node_id", - "user", - "content", - "created_at" - ] - } - } - }, - { - "key": "default", - "request": { - "contentType": "application/json", - "description": "Example 2: Status Code 201", - "acceptHeader": "application/vnd.github.v3+json", - "bodyParameters": { - "content": "heart" - }, - "parameters": { - "org": "ORG", - "team_slug": "TEAM_SLUG", - "discussion_number": "DISCUSSION_NUMBER" - } - }, - "response": { - "statusCode": "201", - "contentType": "application/json", - "description": "

Response

", - "example": { - "id": 1, - "node_id": "MDg6UmVhY3Rpb24x", - "user": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "content": "heart", - "created_at": "2016-05-20T20:09:31Z" - }, - "schema": { - "title": "Reaction", - "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDg6UmVhY3Rpb24x" - ] - }, - "user": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] }, - "node_id": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "content": { + "description": "The reaction to use", + "type": "string", + "enum": [ + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "rocket", + "eyes" + ], + "examples": [ + "heart" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2016-05-20T20:09:31Z" + ] + } + }, + "required": [ + "id", + "node_id", + "user", + "content", + "created_at" + ] + } + } + }, + { + "key": "default", + "request": { + "contentType": "application/json", + "description": "Example 2: Status Code 201", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "content": "heart" + }, + "parameters": { + "org": "ORG", + "team_slug": "TEAM_SLUG", + "discussion_number": "DISCUSSION_NUMBER" + } + }, + "response": { + "statusCode": "201", + "contentType": "application/json", + "description": "

Response

", + "example": { + "id": 1, + "node_id": "MDg6UmVhY3Rpb24x", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "content": "heart", + "created_at": "2016-05-20T20:09:31Z" + }, + "schema": { + "title": "Reaction", + "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDg6UmVhY3Rpb24x" + ] + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -405664,6 +412809,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406012,6 +413163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406278,6 +413435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406734,6 +413897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407082,6 +414251,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407348,6 +414523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407803,6 +414984,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408154,6 +415341,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408420,6 +415613,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408875,6 +416074,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409223,6 +416428,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409489,6 +416700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409938,6 +417155,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410280,6 +417503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410546,6 +417775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410986,6 +418221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411049,7 +418290,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment endpoint.

\n
\n

List the reactions to a team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -411319,6 +418560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411381,7 +418628,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.

\n
\n

Create a reaction to a team discussion comment.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion comment.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -411660,6 +418907,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411723,7 +418976,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion endpoint.

\n
\n

List the reactions to a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -411983,6 +419236,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412045,7 +419304,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

\n
\n

Create a reaction to a team discussion.

\n

A response with an HTTP 200 status means that you already added the reaction type to this team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -412437,6 +419696,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -412663,6 +419928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413233,6 +420504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -413459,6 +420736,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414084,6 +421367,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414310,6 +421599,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -414814,6 +422109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -415040,6 +422341,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -415547,6 +422854,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -415773,6 +423086,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416337,6 +423656,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -416563,6 +423888,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417072,6 +424403,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417456,6 +424793,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -417905,6 +425248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418267,6 +425616,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -418726,6 +426081,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -419531,7 +426892,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -420296,6 +427657,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -421048,6 +428415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -421567,7 +428940,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -422038,6 +429411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422324,6 +429703,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -422843,7 +430228,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -423255,6 +430640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423774,7 +431165,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -424887,6 +432278,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425639,6 +433036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426158,7 +433561,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -426629,6 +434032,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426915,6 +434324,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -427434,7 +434849,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -427846,6 +435261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -428365,7 +435786,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -428922,7 +436343,7 @@ "type": "boolean", "name": "use_squash_pr_title_as_default", "in": "body", - "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Either true to allow squash-merge commits to use pull request title, or false to use commit message. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -429703,6 +437124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430455,6 +437882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430974,7 +438407,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -431445,6 +438878,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431731,6 +439170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432250,7 +439695,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -432662,6 +440107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433181,7 +440632,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -434024,6 +441475,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434538,6 +441995,9 @@ }, "name": { "type": "string" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -434609,7 +442069,7 @@ "type": "object", "name": "client_payload", "in": "body", - "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.

" + "description": "

JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.

" } ], "progAccess": { @@ -436073,6 +443533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437692,6 +445158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438444,6 +445916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438963,7 +446441,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -439434,6 +446912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439720,6 +447204,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440239,7 +447729,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -440651,6 +448141,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441170,7 +448666,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -441836,6 +449332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443023,6 +450525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443542,7 +451050,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -444610,6 +452118,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445362,6 +452876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445881,7 +453401,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -446352,6 +453872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -446638,6 +454164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -447157,7 +454689,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -447569,6 +455101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448088,7 +455626,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -448870,6 +456408,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454466,6 +462010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -455878,6 +463428,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456630,6 +464186,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457149,7 +464711,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -457620,6 +465182,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457906,6 +465474,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458425,7 +465999,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -458837,6 +466411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459356,7 +466936,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -467856,7 +475436,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -467958,7 +475538,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This returns the tag protection states of a repository.

\n

This information is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "200", @@ -467978,7 +475558,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -468086,7 +475666,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "201", @@ -468106,7 +475686,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -468168,7 +475748,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", + "descriptionHTML": "

Warning

\n

\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.

\n
\n

This deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.

", "statusCodes": [ { "httpStatusCode": "204", @@ -470993,6 +478573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472252,6 +479838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472495,6 +480087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473616,6 +481214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473784,216 +481388,228 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - }, - "description": { - "type": [ - "string", - "null" - ] - } - } - } - }, - "state": { - "type": "string" - }, - "state_reason": { - "type": [ - "string", - "null" - ] - }, - "assignee": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] }, - "url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "state": { + "type": "string" + }, + "state_reason": { + "type": [ + "string", + "null" + ] + }, + "assignee": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -474242,6 +481858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474728,6 +482350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475247,7 +482875,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -475585,6 +483213,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476470,6 +484104,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477678,6 +485318,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -478300,6 +485943,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478510,6 +486159,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479033,6 +486688,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479684,6 +487345,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479894,6 +487561,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480417,6 +488090,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480944,6 +488623,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481139,6 +488824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481276,16 +488967,10 @@ "html_url": "https://github.com/owner/private-repo/security/secret-scanning/42", "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations", "state": "open", - "resolution": null, - "resolved_at": null, - "resolved_by": null, "secret_type": "mailchimp_api_key", "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", - "push_protection_bypassed_by": null, "push_protection_bypassed": false, - "push_protection_bypassed_at": null, - "resolution_comment": null, "validity": "unknown" }, "schema": { @@ -481506,6 +489191,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481701,6 +489392,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481903,8 +489600,6 @@ "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", "push_protection_bypassed": false, - "push_protection_bypassed_by": null, - "push_protection_bypassed_at": null, "resolution_comment": "Example comment", "validity": "unknown" }, @@ -482126,6 +489821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482321,6 +490022,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -483810,6 +491517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -484553,6 +492266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485020,7 +492739,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push" @@ -486603,7 +494322,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -488416,6 +496135,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488774,6 +496499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489361,6 +497092,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490470,6 +498207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492313,7 +500056,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -492381,7 +500124,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "

Deprecated. The permission that new repositories will be added to the team with when none is specified.

", + "description": "

Closing down notice. The permission that new repositories will be added to the team with when none is specified.

", "enum": [ "pull", "push", @@ -493831,7 +501574,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.

\n
\n

To edit a team, the authenticated user must either be an organization owner or a team maintainer.

\n

Note

\n

\nWith nested teams, the privacy for parent teams cannot be secret.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -493891,7 +501634,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.

\n
\n

To delete a team, the authenticated user must be an organization owner or team maintainer.

\n

If you are an organization owner, deleting a parent team will delete all of its child teams as well.

", "statusCodes": [ { "httpStatusCode": "204", @@ -494180,6 +501923,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494259,7 +502008,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects endpoint.

\n
\n

Lists the organization projects for a team.

", "statusCodes": [ { "httpStatusCode": "200", @@ -494532,6 +502281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494610,7 +502365,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.

\n
\n

Checks whether a team has read, write, or admin permissions for an organization project. The response includes projects inherited from a parent team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.

\n
\n

Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin permissions for the project. The project and team must be part of the same organization.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.

\n
\n

Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read access to both the team and project, or admin access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.

", "statusCodes": [ { "httpStatusCode": "204", @@ -495105,6 +502860,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -495747,7 +503508,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -496208,6 +503969,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -496829,7 +504596,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.

\n
\n

Note

\n

\nRepositories inherited through a parent team will also be checked.

\n
\n

You can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept header:

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.

\n
\n

To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity status if you attempt to add a repository to a team that is not owned by the organization.

\n

Note that, if you choose not to pass any parameters, you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see \"HTTP method.\"

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.

\n
\n

If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams endpoint.

\n
", "statusCodes": [ { "httpStatusCode": "200", @@ -498368,6 +506135,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -498805,6 +506578,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -499239,6 +507018,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -499685,6 +507470,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -500209,6 +508000,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -500379,7 +508176,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.

\n
\n

List all comments on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -500636,6 +508433,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -500805,7 +508608,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.

\n
\n

Creates a new comment on a team discussion.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -501060,6 +508863,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -501229,7 +509038,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.

\n
\n

Get a specific comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -501496,6 +509305,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -501665,7 +509480,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.

\n
\n

Edits the body text of a discussion comment.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.

\n
\n

Deletes a comment on a team discussion.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -502026,6 +509841,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -502512,6 +510333,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -502980,6 +510807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -503465,6 +511298,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -504013,6 +511852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -504222,7 +512067,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions endpoint.

\n
\n

List all discussions on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -504489,6 +512334,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -504697,7 +512548,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

\n
\n

Creates a new discussion post on a team's page.

\n

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"

\n

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

", "statusCodes": [ { "httpStatusCode": "201", @@ -504947,6 +512798,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -505155,7 +513012,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.

\n
\n

Get a specific discussion on a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "200", @@ -505422,6 +513279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -505630,7 +513493,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.

\n
\n

Edits the title and body text of a discussion post. Only the parameters you provide are updated.

\n

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

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion endpoint.

\n
\n

Delete a discussion from a team's page.

\n

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

", "statusCodes": [ { "httpStatusCode": "204", @@ -506754,6 +514617,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -507327,6 +515196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -507355,7 +515230,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint.

\n
\n

Team members will include the members of child teams.

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

The \"Get team member\" endpoint (described below) is deprecated.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

", + "descriptionHTML": "

The \"Get team member\" endpoint (described below) is closing down.

\n

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

\n

To list members in a team, the team must be visible to the authenticated user.

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

The \"Add team member\" endpoint (described below) is deprecated.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

", + "descriptionHTML": "

The \"Add team member\" endpoint (described below) is closing down.

\n

We recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

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

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

The \"Remove team member\" endpoint (described below) is deprecated.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

The \"Remove team member\" endpoint (described below) is closing down.

\n

We recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.

\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -507667,7 +515542,7 @@ } ], "previews": [], - "descriptionHTML": "

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.

\n
\n

Team members will include the members of child teams.

\n

To get a user's membership with a team, the team must be visible to the authenticated user.

\n

Note:\nThe response contains the state of the membership and the member's role.

\n

The role for organization owners is set to maintainer. For more information about maintainer roles, see Create a team.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

If the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
\n

If the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.

\n

If the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.

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

Warning

\n

\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", + "descriptionHTML": "

Warning

\n

\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.

\n
\n

Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.

\n

To remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.

\n

Note

\n

\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"

\n
", "statusCodes": [ { "httpStatusCode": "204", @@ -507957,6 +515832,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -508238,13 +516116,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -508304,6 +516175,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -508462,13 +516336,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -508602,6 +516469,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -508883,13 +516753,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -508949,6 +516812,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -509107,13 +516973,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -509353,6 +517212,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -509634,13 +517496,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -509807,6 +517662,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -510088,13 +517946,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -510154,6 +518005,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -510312,13 +518166,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -510462,6 +518309,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -510743,13 +518593,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -510809,6 +518652,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -510967,13 +518813,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -511268,6 +519107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -511395,6 +519240,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -511676,13 +519524,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -511742,6 +519583,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -511900,13 +519744,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -512050,6 +519887,9 @@ 1 ] }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string", "examples": [ @@ -512331,13 +520171,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "business_plus": { "type": "boolean" }, @@ -512397,6 +520230,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -512555,13 +520391,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -513458,6 +521287,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -513718,6 +521553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514198,6 +522039,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514456,6 +522303,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index eeda9144f6f3..e6cf89353a91 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -47,5 +47,5 @@ ] } }, - "sha": "e165265240d01bb9ca924b4ace9893455200257e" + "sha": "7c6cc4ee9c2354d4093640bec365415ddd1c3506" } \ No newline at end of file diff --git a/src/search/README.md b/src/search/README.md index dd6c30ff3cd1..eef9a860a478 100644 --- a/src/search/README.md +++ b/src/search/README.md @@ -22,7 +22,7 @@ You can also query our search endpoint directly at: ## Production deploys -A [GitHub Actions workflow](/.github/workflows/sync-search-elasticsearch.yml) that runs every four hours syncs the search data. This process generates structured data for all pages on the site, compares that data to what's currently on search, then adds, updates, or removes indices based on the diff of the local and remote data, being careful not to create duplicate records and avoiding any unnecessary (and costly) indexing operations. +A [GitHub Actions workflow](/.github/workflows/sync-search-elasticsearch.yml) that runs every twenty four hours syncs the search data. This process generates structured data for all pages on the site, compares that data to what's currently on search, then adds, updates, or removes indices based on the diff of the local and remote data, being careful not to create duplicate records and avoiding any unnecessary (and costly) indexing operations. The workflow runs are only accessible to GitHub employees using internal resources. diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index 8c5d042ad539..3f1a12a01dfa 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/schema.json @@ -1345,6 +1345,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -1766,6 +1771,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -2998,6 +3008,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -3419,6 +3434,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4652,6 +4672,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -5073,6 +5098,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6318,6 +6348,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6739,6 +6774,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7983,6 +8023,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -8886,6 +8931,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -9787,6 +9837,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10637,6 +10692,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11042,6 +11102,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11552,13 +11617,14 @@ ] }, { - "type": "string", + "type": "string or null", "name": "state", "description": "

State of a code scanning alert.

", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11810,6 +11876,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12986,6 +13057,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -13608,7 +13684,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "

A Dependabot alert was automatically closed by a Dependabot auto-triage rule.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14151,6 +14227,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14235,7 +14316,7 @@ }, "auto_reopened": { "descriptionHtml": "

A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14778,6 +14859,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14862,7 +14948,7 @@ }, "created": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -15405,6 +15491,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -15489,7 +15580,7 @@ }, "dismissed": { "descriptionHtml": "

A Dependabot alert was manually closed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -16032,6 +16123,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16116,7 +16212,7 @@ }, "fixed": { "descriptionHtml": "

A manifest file change removed a vulnerability.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -16659,6 +16755,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16743,7 +16844,7 @@ }, "reintroduced": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency that had previously been fixed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -17286,6 +17387,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -17370,7 +17476,7 @@ }, "reopened": { "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -17913,6 +18019,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18388,6 +18499,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18596,6 +18712,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19218,6 +19339,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20297,6 +20423,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20561,6 +20692,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20839,6 +20975,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21091,6 +21232,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21295,6 +21441,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21425,6 +21576,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21555,6 +21711,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21659,11 +21820,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -21730,12 +22166,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -21748,24 +22178,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -21786,25 +22204,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -21856,12 +22256,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -21869,136 +22263,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22046,25 +22324,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -22075,133 +22365,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -22210,130 +22495,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -22346,36 +22616,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -22385,6 +22659,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -22392,56 +22672,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -22452,10 +22732,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -22482,155 +22772,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -22682,12 +23206,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -22695,136 +23213,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22870,12 +23272,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -22883,151 +23279,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -23036,130 +23445,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -23172,36 +23566,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -23211,6 +23609,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -23218,56 +23622,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -23278,10 +23682,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -23557,6 +23971,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23741,6 +24160,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23935,6 +24359,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24352,6 +24781,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24696,6 +25130,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25218,6 +25657,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25432,6 +25876,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25577,6 +26026,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25994,6 +26448,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26332,6 +26791,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26854,6 +27318,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27067,6 +27536,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27278,6 +27752,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27403,6 +27882,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27613,6 +28097,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27951,6 +28440,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28473,6 +28967,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28687,6 +29186,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28973,6 +29477,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29181,6 +29690,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29703,6 +30217,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29915,6 +30434,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30513,6 +31037,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31594,6 +32123,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31635,7 +32169,7 @@ "discussion": { "answered": { "descriptionHtml": "

A comment on the discussion was marked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -31915,6 +32449,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -32056,6 +32595,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32429,6 +32973,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32531,7 +33080,7 @@ }, "category_changed": { "descriptionHtml": "

The category of a discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32764,6 +33313,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33137,6 +33691,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33239,7 +33798,7 @@ }, "closed": { "descriptionHtml": "

A discussion was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -33388,6 +33947,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33761,6 +34325,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33863,7 +34432,7 @@ }, "created": { "descriptionHtml": "

A discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34012,6 +34581,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34385,6 +34959,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34487,7 +35066,7 @@ }, "deleted": { "descriptionHtml": "

A discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34636,6 +35215,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35009,6 +35593,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35111,7 +35700,7 @@ }, "edited": { "descriptionHtml": "

The title or body on a discussion was edited, or the category of the discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35294,6 +35883,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35667,6 +36261,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35769,7 +36368,7 @@ }, "labeled": { "descriptionHtml": "

A label was added to a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35918,6 +36517,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36291,6 +36895,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36444,7 +37053,7 @@ }, "locked": { "descriptionHtml": "

A discussion was locked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36593,6 +37202,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36966,6 +37580,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37068,7 +37687,7 @@ }, "pinned": { "descriptionHtml": "

A discussion was pinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -37217,6 +37836,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37590,6 +38214,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37692,7 +38321,7 @@ }, "reopened": { "descriptionHtml": "

A discussion was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -37841,6 +38470,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38214,6 +38848,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38316,7 +38955,7 @@ }, "transferred": { "descriptionHtml": "

A discussion was transferred to another repository.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -38471,6 +39110,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38844,6 +39488,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39098,6 +39747,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39270,6 +39924,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40308,7 +40967,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -40543,6 +41202,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40916,6 +41580,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41018,7 +41687,7 @@ }, "unanswered": { "descriptionHtml": "

A comment on the discussion was unmarked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -41167,6 +41836,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41540,6 +42214,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41861,6 +42540,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -41899,7 +42583,7 @@ }, "unlabeled": { "descriptionHtml": "

A label was removed from a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -42048,6 +42732,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42421,6 +43110,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42574,7 +43268,7 @@ }, "unlocked": { "descriptionHtml": "

A discussion was unlocked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -42723,6 +43417,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43096,6 +43795,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43198,7 +43902,7 @@ }, "unpinned": { "descriptionHtml": "

A discussion was unpinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -43347,6 +44051,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43720,6 +44429,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43824,7 +44538,7 @@ "discussion_comment": { "created": { "descriptionHtml": "

A comment on a discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -44105,6 +44819,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -44246,6 +44965,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44619,6 +45343,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44721,7 +45450,7 @@ }, "deleted": { "descriptionHtml": "

A comment on a discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -45002,6 +45731,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -45143,6 +45877,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45516,6 +46255,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45618,7 +46362,7 @@ }, "edited": { "descriptionHtml": "

A comment on a discussion was edited.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -45922,6 +46666,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -46063,6 +46812,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46436,6 +47190,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47082,6 +47841,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47647,6 +48411,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48325,6 +49094,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48594,6 +49368,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48808,6 +49587,11 @@ "type": "null", "name": "website_url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49186,6 +49970,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -49343,6 +50132,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49625,6 +50419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49985,6 +50784,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -50252,6 +51056,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50550,6 +51359,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -50707,6 +51521,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50989,6 +51808,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51349,6 +52173,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -51638,6 +52467,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51936,6 +52770,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -52093,6 +52932,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52375,6 +53219,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52735,6 +53584,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -52906,6 +53760,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53060,6 +53919,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53340,6 +54204,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53602,6 +54471,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54202,6 +55076,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -54526,6 +55405,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54886,6 +55770,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -55088,6 +55977,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55367,6 +56261,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55629,6 +56528,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56227,6 +57131,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -56666,6 +57575,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56928,6 +57842,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57528,6 +58447,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -57675,6 +58599,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57989,6 +58918,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58269,6 +59203,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58531,6 +59470,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59131,6 +60075,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -59384,6 +60333,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59664,6 +60618,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59926,6 +60885,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60526,6 +61490,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -60778,6 +61747,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61017,6 +61991,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61279,6 +62258,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61877,6 +62861,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -62315,6 +63304,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62577,6 +63571,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63176,6 +64175,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -63324,6 +64328,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63593,6 +64602,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63872,6 +64886,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64134,6 +65153,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64732,6 +65756,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -65279,6 +66308,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65622,6 +66656,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65902,6 +66941,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66164,6 +67208,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66763,6 +67812,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -66965,6 +68019,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67244,6 +68303,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67506,6 +68570,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68104,6 +69173,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -68542,6 +69616,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68804,6 +69883,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69406,6 +70490,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -69600,6 +70689,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69879,6 +70973,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70141,6 +71240,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70739,6 +71843,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -71288,6 +72397,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71631,6 +72745,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71910,6 +73029,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72172,6 +73296,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72770,6 +73899,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -72940,6 +74074,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73094,6 +74233,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73374,6 +74518,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73636,6 +74785,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74236,6 +75390,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -74439,6 +75598,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74719,6 +75883,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74981,6 +76150,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75581,6 +76755,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -75833,6 +77012,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76072,6 +77256,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76334,6 +77523,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76932,6 +78126,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -77134,6 +78333,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77413,6 +78617,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77675,6 +78884,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78273,6 +79487,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -80639,6 +81858,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80861,6 +82085,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81044,6 +82273,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81229,6 +82463,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81594,6 +82833,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82466,6 +83710,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82750,6 +83999,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83035,6 +84289,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83368,6 +84627,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83652,6 +84916,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83900,6 +85169,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84082,6 +85356,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84309,6 +85588,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -84523,6 +85807,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -84749,6 +86038,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84923,6 +86217,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -85112,6 +86411,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -85345,6 +86649,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -85586,6 +86895,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85717,6 +87031,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86247,6 +87566,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86687,6 +88011,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86819,6 +88148,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87104,6 +88438,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87508,6 +88847,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87588,7 +88932,7 @@ "personal_access_token_request": { "approved": { "descriptionHtml": "

A fine-grained personal access token request was approved.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -87742,6 +89086,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87935,7 +89284,7 @@ }, "cancelled": { "descriptionHtml": "

A fine-grained personal access token request was cancelled by the requester.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -88089,6 +89438,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88282,7 +89636,7 @@ }, "created": { "descriptionHtml": "

A fine-grained personal access token request was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -88436,36 +89790,41 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "object", - "name": "permissions_added", - "description": "

New requested permissions, categorized by type of permission.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "organization", - "description": "" - }, - { - "type": "object", - "name": "repository", - "description": "" }, { - "type": "object", - "name": "other", + "type": "string", + "name": "user_view_type", "description": "" } ] }, { "type": "object", - "name": "permissions_upgraded", - "description": "

Requested permissions that elevate access for a previously approved request for access, categorized by type of permission.

", + "name": "permissions_added", + "description": "

New requested permissions, categorized by type of permission.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "organization", + "description": "" + }, + { + "type": "object", + "name": "repository", + "description": "" + }, + { + "type": "object", + "name": "other", + "description": "" + } + ] + }, + { + "type": "object", + "name": "permissions_upgraded", + "description": "

Requested permissions that elevate access for a previously approved request for access, categorized by type of permission.

", "isRequired": true, "childParamsGroups": [ { @@ -88628,7 +89987,7 @@ }, "denied": { "descriptionHtml": "

A fine-grained personal access token request was denied.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -88782,6 +90141,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89373,6 +90737,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89632,6 +91001,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89892,6 +91266,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90174,6 +91553,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90457,6 +91841,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90702,6 +92091,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90967,6 +92361,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91232,6 +92631,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91530,6 +92934,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91794,6 +93203,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92394,7 +93808,7 @@ "projects_v2": { "closed": { "descriptionHtml": "

A project in the organization was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92569,6 +93983,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92700,6 +94119,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92885,6 +94309,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -92907,7 +94336,7 @@ }, "created": { "descriptionHtml": "

A project in the organization was created.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93082,6 +94511,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93213,6 +94647,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93398,6 +94837,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -93420,7 +94864,7 @@ }, "deleted": { "descriptionHtml": "

A project in the organization was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93595,6 +95039,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93726,6 +95175,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93911,6 +95365,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -93933,7 +95392,7 @@ }, "edited": { "descriptionHtml": "

The title, description, or README of a project in the organization was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -94185,6 +95644,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94316,6 +95780,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94501,6 +95970,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -94523,7 +95997,7 @@ }, "reopened": { "descriptionHtml": "

A project in the organization was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -94698,6 +96172,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94829,6 +96308,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95014,6 +96498,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -95038,7 +96527,7 @@ "projects_v2_item": { "archived": { "descriptionHtml": "

An item on an organization project was archived. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -95259,6 +96748,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95299,7 +96793,7 @@ }, "converted": { "descriptionHtml": "

A draft issue in an organization project was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -95520,6 +97014,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95560,7 +97059,7 @@ }, "created": { "descriptionHtml": "

An item was added to a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -95755,6 +97254,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95795,7 +97299,7 @@ }, "deleted": { "descriptionHtml": "

An item was deleted from a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -95990,6 +97494,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96030,7 +97539,7 @@ }, "edited": { "descriptionHtml": "

The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -96231,6 +97740,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96271,7 +97785,7 @@ }, "reordered": { "descriptionHtml": "

The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -96492,6 +98006,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96532,7 +98051,7 @@ }, "restored": { "descriptionHtml": "

An archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -96753,6 +98272,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96974,6 +98498,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97215,6 +98744,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97548,6 +99082,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97795,6 +99334,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98089,6 +99633,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98249,6 +99798,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98841,6 +100395,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99024,7 +100583,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -99180,6 +100739,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -99823,6 +101387,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100006,7 +101575,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -100162,6 +101731,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -100389,6 +101963,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100534,6 +102113,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100966,6 +102550,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -101301,6 +102890,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101461,6 +103055,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102053,6 +103652,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102236,7 +103840,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -102392,6 +103996,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -103035,6 +104644,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103218,7 +104832,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -103374,6 +104988,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -103601,6 +105220,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103745,6 +105369,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104177,6 +105806,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -104519,6 +106153,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104679,6 +106318,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105271,6 +106915,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105454,7 +107103,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -105610,6 +107259,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -106253,6 +107907,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106436,7 +108095,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -106592,6 +108251,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -106819,6 +108483,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106964,6 +108633,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107396,6 +109070,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -107710,6 +109389,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107962,6 +109646,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108166,6 +109855,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108296,6 +109990,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108426,6 +110125,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108530,11 +110234,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -108601,12 +110580,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -108619,24 +110592,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -108657,25 +110618,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -108727,12 +110670,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -108740,136 +110677,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -108917,25 +110738,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -108946,133 +110779,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -109081,130 +110909,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -109217,36 +111030,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -109256,6 +111073,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -109263,56 +111086,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -109323,10 +111146,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -109353,155 +111186,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -109553,12 +111620,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -109566,136 +111627,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -109741,12 +111686,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -109754,151 +111693,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -109907,130 +111859,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -110043,36 +111980,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -110082,6 +112023,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -110089,56 +112036,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -110149,10 +112096,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -110428,6 +112385,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110612,6 +112574,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110715,7 +112682,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -111023,6 +112990,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111275,6 +113247,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111479,6 +113456,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111609,6 +113591,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111739,6 +113726,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111843,11 +113835,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -111914,12 +114181,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -111932,24 +114193,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -111970,25 +114219,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -112040,12 +114271,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -112053,136 +114278,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -112230,25 +114339,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -112259,133 +114380,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -112394,130 +114510,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -112530,36 +114631,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -112569,6 +114674,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -112576,56 +114687,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -112636,10 +114747,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -112666,155 +114787,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -112866,12 +115221,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -112879,136 +115228,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -113054,12 +115287,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -113067,151 +115294,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -113220,130 +115460,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -113356,36 +115581,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -113395,6 +115624,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -113402,56 +115637,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -113462,10 +115697,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -113741,6 +115986,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113925,6 +116175,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114028,7 +116283,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -114273,6 +116528,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114591,6 +116851,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114751,6 +117016,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115343,6 +117613,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115682,6 +117957,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116325,6 +118605,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116664,6 +118949,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116892,6 +119182,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117037,6 +119332,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117469,6 +119769,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -117803,6 +120108,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117963,6 +120273,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118555,6 +120870,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118738,7 +121058,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -118894,6 +121214,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -119537,6 +121862,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119720,7 +122050,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -119876,6 +122206,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -120103,6 +122438,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120248,6 +122588,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120680,6 +123025,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -121079,6 +123429,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121331,6 +123686,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121535,6 +123895,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121665,6 +124030,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121795,6 +124165,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121899,11 +124274,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -121970,12 +124620,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -121988,24 +124632,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -122026,25 +124658,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -122096,12 +124710,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -122109,136 +124717,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -122286,25 +124778,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -122315,133 +124819,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -122450,130 +124949,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -122586,36 +125070,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -122625,6 +125113,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -122632,56 +125126,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -122692,10 +125186,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -122722,155 +125226,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -122922,12 +125660,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -122935,136 +125667,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -123110,12 +125726,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -123123,151 +125733,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -123276,130 +125899,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -123412,36 +126020,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -123451,6 +126063,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -123458,56 +126076,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -123518,10 +126136,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -123797,6 +126425,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123981,6 +126614,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124084,7 +126722,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -124418,6 +127056,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124578,6 +127221,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125170,6 +127818,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125353,7 +128006,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -125509,6 +128162,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -126152,6 +128810,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126335,7 +128998,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -126491,6 +129154,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -126718,6 +129386,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126863,6 +129536,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127295,6 +129973,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -127681,6 +130364,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127841,6 +130529,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128433,6 +131126,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128616,7 +131314,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -128772,6 +131470,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -129415,6 +132118,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129598,7 +132306,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -129754,6 +132462,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -129982,6 +132695,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130127,6 +132845,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130559,6 +133282,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130894,6 +133622,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131054,6 +133787,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131646,6 +134384,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131829,7 +134572,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -131985,6 +134728,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -132628,6 +135376,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132811,7 +135564,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -132967,6 +135720,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -133195,6 +135953,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133339,6 +136102,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133771,6 +136539,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -134016,6 +136789,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134334,6 +137112,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134494,6 +137277,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135086,6 +137874,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135425,6 +138218,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -136068,6 +138866,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136407,6 +139210,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -136635,6 +139443,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136780,6 +139593,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137212,6 +140030,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -137519,6 +140342,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137771,6 +140599,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137975,142 +140808,17 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "array of objects or null", - "name": "assignees", - "description": "", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true }, { "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", "description": "" } ] }, { "type": "array of objects or null", - "name": "requested_reviewers", + "name": "assignees", "description": "", "childParamsGroups": [ { @@ -138235,6 +140943,146 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "array of objects or null", + "name": "requested_reviewers", + "description": "", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -138339,152 +141187,391 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -138536,12 +141623,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -138549,136 +141630,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -138726,25 +141691,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -138755,133 +141732,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -138890,130 +141862,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -139026,36 +141983,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -139065,6 +142026,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -139072,56 +142039,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -139132,10 +142099,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -139162,155 +142139,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -139362,12 +142573,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -139375,136 +142580,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -139552,25 +142641,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -139581,133 +142682,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -139716,130 +142812,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -139852,36 +142933,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -139891,6 +142976,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -139898,56 +142989,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -139958,10 +143049,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -140237,6 +143338,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140421,6 +143527,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140524,7 +143635,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -140832,6 +143943,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141084,6 +144200,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141288,6 +144409,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141418,6 +144544,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141548,6 +144679,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141652,152 +144788,391 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, { - "type": "string", - "name": "assignees_url", - "description": "", - "isRequired": true + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false }, { "type": "string", - "name": "blobs_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "string or null", + "name": "description", "description": "", "isRequired": true }, { - "type": "string", - "name": "collaborators_url", + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -141849,12 +145224,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -141862,136 +145231,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -142039,25 +145292,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -142068,133 +145333,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -142203,130 +145463,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -142339,36 +145584,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -142378,6 +145627,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -142385,56 +145640,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -142445,10 +145700,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142475,155 +145740,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -142675,12 +146174,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -142688,136 +146181,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -142865,25 +146242,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -142894,133 +146283,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -143029,130 +146413,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -143165,36 +146534,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -143204,6 +146577,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -143211,56 +146590,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -143271,10 +146650,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -143550,6 +146939,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143734,6 +147128,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143837,7 +147236,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -144145,6 +147544,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144397,6 +147801,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144601,6 +148010,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144731,6 +148145,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144861,6 +148280,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144965,152 +148389,391 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, { - "type": "string", - "name": "assignees_url", - "description": "", - "isRequired": true + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false }, { "type": "string", - "name": "blobs_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "string or null", + "name": "description", "description": "", "isRequired": true }, { - "type": "string", - "name": "collaborators_url", + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -145162,12 +148825,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -145175,136 +148832,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -145352,25 +148893,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -145381,133 +148934,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -145516,130 +149064,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -145652,36 +149185,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -145691,6 +149228,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -145698,56 +149241,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -145758,10 +149301,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -145788,155 +149341,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -145988,12 +149775,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -146001,136 +149782,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -146178,25 +149843,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -146207,133 +149884,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -146342,130 +150014,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -146478,36 +150135,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -146517,6 +150178,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -146524,56 +150191,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -146584,10 +150251,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -146863,6 +150540,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147047,6 +150729,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147150,7 +150837,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -147485,6 +151172,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147645,6 +151337,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148237,6 +151934,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148420,7 +152122,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -148576,6 +152278,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -149219,6 +152926,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149402,7 +153114,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -149558,376 +153270,391 @@ "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -150369,6 +154096,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -150500,6 +154232,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150989,6 +154726,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151149,6 +154891,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151741,6 +155488,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151924,7 +155676,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -152080,6 +155832,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -152723,6 +156480,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152906,7 +156668,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -153055,384 +156817,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" }, { "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -153866,6 +157643,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -153998,6 +157780,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154492,6 +158279,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154652,6 +158444,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155244,6 +159041,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155427,7 +159229,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -155583,6 +159385,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156226,6 +160033,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156409,7 +160221,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -156565,6 +160377,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156792,6 +160609,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156937,6 +160759,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157369,6 +161196,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -157532,6 +161364,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157826,6 +161663,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157986,6 +161828,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158578,6 +162425,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158761,7 +162613,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -158917,6 +162769,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159560,6 +163417,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159743,7 +163605,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -159899,6 +163761,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -160127,6 +163994,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160272,6 +164144,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160704,6 +164581,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -161089,6 +164971,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161249,6 +165136,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161841,6 +165733,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -162024,7 +165921,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -162180,6 +166077,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -162823,6 +166725,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163006,7 +166913,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -163162,6 +167069,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -163389,6 +167301,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163534,6 +167451,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163966,6 +167888,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -164301,6 +168228,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164461,6 +168393,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165053,6 +168990,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165236,7 +169178,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -165392,6 +169334,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -166035,6 +169982,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166218,7 +170170,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -166374,6 +170326,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -166601,6 +170558,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166745,6 +170707,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167176,6 +171143,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -167631,6 +171603,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -167915,6 +171892,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168074,6 +172056,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168666,6 +172653,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168849,7 +172841,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -169005,6 +172997,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169626,6 +173623,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169809,7 +173811,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -169965,6 +173967,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -170198,6 +174205,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -170620,6 +174632,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -171073,6 +175090,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -171356,6 +175378,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171515,6 +175542,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172107,6 +176139,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172290,7 +176327,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -172446,6 +176483,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -173068,6 +177110,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -173251,7 +177298,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -173407,6 +177454,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -173639,6 +177691,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174061,6 +178118,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -174536,6 +178598,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -174819,6 +178886,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174978,6 +179050,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175570,6 +179647,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175753,7 +179835,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -175909,6 +179991,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -176531,6 +180618,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176714,7 +180806,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -176870,6 +180962,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -177103,6 +181200,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -177521,6 +181623,11 @@ "Mannequin" ] }, + { + "type": "string", + "name": "user_view_type", + "description": "" + }, { "type": "string", "name": "url", @@ -177851,6 +181958,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178011,6 +182123,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178603,6 +182720,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178786,7 +182908,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -178942,6 +183064,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -179565,6 +183692,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179748,7 +183880,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -179904,6 +184036,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -180136,6 +184273,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180558,6 +184700,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -180801,6 +184948,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -181139,6 +185291,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181299,6 +185456,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181865,6 +186027,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -182174,6 +186341,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -182771,6 +186943,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183080,6 +187257,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -183313,6 +187495,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183735,6 +187922,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -183972,6 +188164,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -184288,6 +188485,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184448,6 +188650,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185040,6 +189247,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185223,7 +189435,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -185379,6 +189591,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -186002,6 +190219,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186185,7 +190407,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -186341,6 +190563,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -186574,6 +190801,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186996,6 +191228,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -187233,6 +191470,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -187550,6 +191792,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187710,6 +191957,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188283,6 +192535,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188597,6 +192854,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -189201,6 +193463,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -189515,6 +193782,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -189747,6 +194019,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190169,6 +194446,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -190604,6 +194886,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -190919,6 +195206,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -191079,6 +195371,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -191652,6 +195949,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -191966,6 +196268,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -192570,6 +196877,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -192884,6 +197196,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -193116,6 +197433,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -193537,6 +197859,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -193971,6 +198298,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -194570,6 +198902,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -194697,6 +199034,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195205,6 +199547,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195621,6 +199968,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195749,6 +200101,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196013,6 +200370,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196587,6 +200949,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197147,6 +201514,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197755,6 +202127,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198118,6 +202495,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198484,6 +202866,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199043,6 +203430,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199406,6 +203798,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199827,6 +204224,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199958,6 +204360,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200358,6 +204765,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200520,6 +204932,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200879,6 +205296,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201376,6 +205798,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201507,6 +205934,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201907,6 +206339,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202069,6 +206506,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202428,6 +206870,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203458,6 +207905,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -209867,7 +214319,7 @@ "repository_vulnerability_alert": { "create": { "descriptionHtml": "

A repository vulnerability alert was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -210149,7 +214601,7 @@ }, "dismiss": { "descriptionHtml": "

A repository vulnerability alert was dismissed.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -210321,6 +214773,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -210439,7 +214896,7 @@ }, "reopen": { "descriptionHtml": "

A previously dismissed or resolved repository vulnerability alert was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -210721,7 +215178,7 @@ }, "resolve": { "descriptionHtml": "

A repository vulnerability alert was marked as resolved.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -211202,6 +215659,877 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "resolution_comment", + "description": "

An optional comment to resolve an alert.

" + }, + { + "type": "string", + "name": "secret_type", + "description": "

The type of secret that secret scanning detected.

" + }, + { + "type": "string", + "name": "secret_type_display_name", + "description": "

User-friendly name for the detected secret, matching the secret_type.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"

" + }, + { + "type": "string", + "name": "validity", + "description": "

The token status as of the latest validity check.

", + "enum": [ + "active", + "inactive", + "unknown" + ] + }, + { + "type": "boolean or null", + "name": "push_protection_bypassed", + "description": "

Whether push protection was bypassed for the detected secret.

" + }, + { + "type": "object", + "name": "push_protection_bypassed_by", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "push_protection_bypassed_at", + "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" + } + ] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "created", + "category": "secret_scanning_alert" + }, + "publicly_leaked": { + "descriptionHtml": "

A secret scanning alert was detected in a public repo.

", + "summaryHtml": "

This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.

\n

For activity relating to secret scanning alert locations, use the secret_scanning_alert_location event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "publicly_leaked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

" + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "null", + "name": "updated_at", + "description": "" + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

" + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

" + }, + { + "type": "string", + "name": "locations_url", + "description": "

The REST API URL of the code locations for this alert.

" + }, + { + "type": "string or null", + "name": "resolution", + "description": "

The reason for resolving the alert.

", + "enum": [ + "false_positive", + "wont_fix", + "revoked", + "used_in_tests", + "pattern_deleted", + "pattern_edited", + null + ] + }, + { + "type": "string or null", + "name": "resolved_at", + "description": "

The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "object", + "name": "resolved_by", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "resolution_comment", + "description": "

An optional comment to resolve an alert.

" + }, + { + "type": "string", + "name": "secret_type", + "description": "

The type of secret that secret scanning detected.

" + }, + { + "type": "string", + "name": "secret_type_display_name", + "description": "

User-friendly name for the detected secret, matching the secret_type.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"

" + }, + { + "type": "string", + "name": "validity", + "description": "

The token status as of the latest validity check.

", + "enum": [ + "active", + "inactive", + "unknown" + ] + }, + { + "type": "boolean or null", + "name": "push_protection_bypassed", + "description": "

Whether push protection was bypassed for the detected secret.

" + }, + { + "type": "object", + "name": "push_protection_bypassed_by", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "push_protection_bypassed_at", + "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" + } + ] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "publicly_leaked", + "category": "secret_scanning_alert" + }, + "reopened": { + "descriptionHtml": "

A previously closed secret scanning alert was reopened.

", + "summaryHtml": "

This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.

\n

For activity relating to secret scanning alert locations, use the secret_scanning_alert_location event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "reopened" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

" + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "null", + "name": "updated_at", + "description": "" + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

" + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

" + }, + { + "type": "string", + "name": "locations_url", + "description": "

The REST API URL of the code locations for this alert.

" + }, + { + "type": "string or null", + "name": "resolution", + "description": "

The reason for resolving the alert.

", + "enum": [ + "false_positive", + "wont_fix", + "revoked", + "used_in_tests", + "pattern_deleted", + "pattern_edited", + null + ] + }, + { + "type": "string or null", + "name": "resolved_at", + "description": "

The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "object", + "name": "resolved_by", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211362,6 +216690,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211369,6 +216702,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" } ] }, @@ -211414,11 +216757,11 @@ "organization", "app" ], - "action": "created", + "action": "reopened", "category": "secret_scanning_alert" }, - "reopened": { - "descriptionHtml": "

A previously closed secret scanning alert was reopened.

", + "resolved": { + "descriptionHtml": "

A secret scanning alert was closed.

", "summaryHtml": "

This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.

\n

For activity relating to secret scanning alert locations, use the secret_scanning_alert_location event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

", "bodyParameters": [ { @@ -211428,7 +216771,7 @@ "description": "", "isRequired": true, "enum": [ - "reopened" + "resolved" ], "childParamsGroups": [] }, @@ -211615,6 +216958,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211775,418 +217123,10 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "string or null", - "name": "push_protection_bypassed_at", - "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" - } - ] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "reopened", - "category": "secret_scanning_alert" - }, - "resolved": { - "descriptionHtml": "

A secret scanning alert was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.

\n

For activity relating to secret scanning alert locations, use the secret_scanning_alert_location event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "resolved" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "alert", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "integer", - "name": "number", - "description": "

The security alert number.

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

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" - }, - { - "type": "null", - "name": "updated_at", - "description": "" - }, - { - "type": "string", - "name": "url", - "description": "

The REST API URL of the alert resource.

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

The GitHub URL of the alert resource.

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

The REST API URL of the code locations for this alert.

" - }, - { - "type": "string or null", - "name": "resolution", - "description": "

The reason for resolving the alert.

", - "enum": [ - "false_positive", - "wont_fix", - "revoked", - "used_in_tests", - "pattern_deleted", - "pattern_edited", - null - ] - }, - { - "type": "string or null", - "name": "resolved_at", - "description": "

The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" - }, - { - "type": "object", - "name": "resolved_by", - "description": "

A GitHub user.

", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string or null", - "name": "resolution_comment", - "description": "

An optional comment to resolve an alert.

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

The type of secret that secret scanning detected.

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

User-friendly name for the detected secret, matching the secret_type.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"

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

The token status as of the latest validity check.

", - "enum": [ - "active", - "inactive", - "unknown" - ] - }, - { - "type": "boolean or null", - "name": "push_protection_bypassed", - "description": "

Whether push protection was bypassed for the detected secret.

" - }, - { - "type": "object", - "name": "push_protection_bypassed_by", - "description": "

A GitHub user.

", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true }, { "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", "description": "" } ] @@ -212195,6 +217135,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" } ] }, @@ -212441,6 +217391,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -212601,6 +217556,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -212608,6 +217568,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" } ] }, @@ -212855,6 +217825,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -213015,6 +217990,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -213022,6 +218002,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" } ] }, @@ -214273,6 +219263,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214405,6 +219400,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214525,6 +219525,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214755,6 +219760,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214887,6 +219897,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215007,6 +220022,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215259,6 +220279,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215391,6 +220416,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215511,6 +220541,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215747,6 +220782,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215879,6 +220919,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215999,6 +221044,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216312,6 +221362,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216444,6 +221499,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216564,6 +221624,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216871,6 +221936,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217003,6 +222073,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217123,6 +222198,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218200,6 +223280,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218337,6 +223422,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218467,6 +223557,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218663,6 +223758,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218907,6 +224007,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219166,6 +224271,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219620,7 +224730,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -220040,6 +225150,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -220494,7 +225609,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -220805,6 +225920,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -220942,6 +226062,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221072,6 +226197,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221268,6 +226398,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221512,6 +226647,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221771,6 +226911,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -222225,7 +227370,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -222678,6 +227823,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -222815,6 +227965,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -222945,6 +228100,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -223141,6 +228301,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -223385,6 +228550,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -223644,6 +228814,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -224098,7 +229273,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -224518,6 +229693,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -224972,7 +230152,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -225283,6 +230463,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -225420,6 +230605,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -225550,6 +230740,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -225746,6 +230941,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -225990,6 +231190,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -226249,6 +231454,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -226703,7 +231913,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -227156,6 +232366,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -227293,6 +232508,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -227423,6 +232643,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -227619,6 +232844,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -227863,6 +233093,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -228122,6 +233357,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -228576,7 +233816,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -228996,6 +234236,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -229450,7 +234695,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -229761,6 +235006,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -229898,6 +235148,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -230028,6 +235283,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -230224,6 +235484,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -230468,6 +235733,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -230727,6 +235997,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -231181,7 +236456,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -231634,6 +236909,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -231771,6 +237051,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -231901,6 +237186,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -232097,6 +237387,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -232341,6 +237636,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -232600,6 +237900,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -233054,7 +238359,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -233474,6 +238779,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -233928,7 +239238,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -234239,6 +239549,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -234376,6 +239691,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -234506,6 +239826,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -234702,6 +240027,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -234946,6 +240276,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -235205,6 +240540,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -235659,7 +240999,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -237961,6 +243301,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -238470,6 +243815,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -238973,6 +244323,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -239477,6 +244832,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -239778,6 +245138,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -240266,6 +245631,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -240748,6 +246118,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -240974,6 +246349,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -242741,6 +248121,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -243229,6 +248614,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -243823,6 +249213,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -244049,6 +249444,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index dfeecf9d29af..b92625234997 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -1154,7 +1154,7 @@ "bypass_request_push_ruleset": { "cancelled": { "descriptionHtml": "

A push ruleset bypass request was cancelled.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -1365,7 +1365,7 @@ }, "completed": { "descriptionHtml": "

A push ruleset bypass request was completed.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -1576,7 +1576,7 @@ }, "created": { "descriptionHtml": "

A push ruleset bypass request was created.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -1787,7 +1787,7 @@ }, "response_dismissed": { "descriptionHtml": "

A push ruleset bypass response was dismissed.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -2037,7 +2037,7 @@ }, "response_submitted": { "descriptionHtml": "

A response either approving or rejecting the push ruleset bypass request was submitted.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass a set of push rules.

\n

For more information, see \"Managing requests to bypass push rulesets.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.

\n

Note: Delegated bypass for push rules is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -2289,7 +2289,7 @@ "bypass_request_secret_scanning": { "cancelled": { "descriptionHtml": "

A secret scanning push protection bypass request was cancelled.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -2500,7 +2500,7 @@ }, "completed": { "descriptionHtml": "

A secret scanning bypass request was completed.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -2711,7 +2711,7 @@ }, "created": { "descriptionHtml": "

A secret scanning push protection bypass request was created.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -2922,7 +2922,7 @@ }, "response_dismissed": { "descriptionHtml": "

A secret scanning push protection bypass response was dismissed.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -3172,7 +3172,7 @@ }, "response_submitted": { "descriptionHtml": "

A response either approving or rejecting the secret scanning push protection bypass request was submitted.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -3615,6 +3615,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4036,6 +4041,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -5284,6 +5294,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -5705,6 +5720,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6954,6 +6974,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7375,6 +7400,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -8636,6 +8666,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -9057,6 +9092,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10317,6 +10357,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11220,6 +11265,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12121,6 +12171,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12971,6 +13026,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13376,6 +13436,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13886,13 +13951,14 @@ ] }, { - "type": "string", + "type": "string or null", "name": "state", "description": "

State of a code scanning alert.

", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -14144,6 +14210,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -15320,6 +15391,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -15942,7 +16018,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "

A Dependabot alert was automatically closed by a Dependabot auto-triage rule.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -16485,6 +16561,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16569,7 +16650,7 @@ }, "auto_reopened": { "descriptionHtml": "

A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -17112,6 +17193,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -17196,7 +17282,7 @@ }, "created": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -17739,6 +17825,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -17823,7 +17914,7 @@ }, "dismissed": { "descriptionHtml": "

A Dependabot alert was manually closed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -18366,6 +18457,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18450,7 +18546,7 @@ }, "fixed": { "descriptionHtml": "

A manifest file change removed a vulnerability.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -18993,6 +19089,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19077,7 +19178,7 @@ }, "reintroduced": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency that had previously been fixed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -19620,6 +19721,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19704,7 +19810,7 @@ }, "reopened": { "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -20247,6 +20353,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20722,6 +20833,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20930,6 +21046,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21552,6 +21673,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22631,6 +22757,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22895,6 +23026,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23173,6 +23309,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23425,6 +23566,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23629,6 +23775,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23759,6 +23910,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23889,6 +24045,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23993,11 +24154,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -24064,12 +24500,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -24082,24 +24512,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -24120,25 +24538,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -24190,12 +24590,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -24203,136 +24597,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -24380,25 +24658,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -24409,133 +24699,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -24544,130 +24829,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -24680,36 +24950,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -24719,6 +24993,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -24726,56 +25006,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -24786,10 +25066,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -24816,155 +25106,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -25016,12 +25540,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -25029,136 +25547,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -25204,12 +25606,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -25217,151 +25613,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -25370,130 +25779,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -25506,36 +25900,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -25545,6 +25943,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -25552,56 +25956,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -25612,10 +26016,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -25891,6 +26305,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26075,6 +26494,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26269,6 +26693,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26686,6 +27115,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27030,6 +27464,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27552,6 +27991,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27766,6 +28210,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27911,6 +28360,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28328,6 +28782,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28666,6 +29125,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29188,6 +29652,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29401,6 +29870,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29612,6 +30086,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29737,6 +30216,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29947,6 +30431,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30285,6 +30774,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30807,6 +31301,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31021,6 +31520,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31307,6 +31811,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31515,6 +32024,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32037,6 +32551,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32249,6 +32768,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32847,6 +33371,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33928,6 +34457,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33969,7 +34503,7 @@ "discussion": { "answered": { "descriptionHtml": "

A comment on the discussion was marked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34249,6 +34783,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -34390,6 +34929,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34763,6 +35307,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34865,7 +35414,7 @@ }, "category_changed": { "descriptionHtml": "

The category of a discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35098,6 +35647,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35471,6 +36025,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35573,7 +36132,7 @@ }, "closed": { "descriptionHtml": "

A discussion was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35722,6 +36281,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36095,6 +36659,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36197,7 +36766,7 @@ }, "created": { "descriptionHtml": "

A discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36346,6 +36915,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36719,6 +37293,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36821,7 +37400,7 @@ }, "deleted": { "descriptionHtml": "

A discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36970,6 +37549,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37343,6 +37927,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37445,7 +38034,7 @@ }, "edited": { "descriptionHtml": "

The title or body on a discussion was edited, or the category of the discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -37628,6 +38217,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38001,6 +38595,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38103,7 +38702,7 @@ }, "labeled": { "descriptionHtml": "

A label was added to a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -38252,6 +38851,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38625,6 +39229,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38778,7 +39387,7 @@ }, "locked": { "descriptionHtml": "

A discussion was locked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -38927,6 +39536,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39300,6 +39914,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39402,7 +40021,7 @@ }, "pinned": { "descriptionHtml": "

A discussion was pinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -39551,6 +40170,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39924,6 +40548,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40026,7 +40655,7 @@ }, "reopened": { "descriptionHtml": "

A discussion was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -40175,6 +40804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40548,6 +41182,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40650,7 +41289,7 @@ }, "transferred": { "descriptionHtml": "

A discussion was transferred to another repository.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -40805,6 +41444,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41178,6 +41822,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41432,6 +42081,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41604,6 +42258,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42642,7 +43301,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -42877,6 +43536,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43250,6 +43914,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43352,7 +44021,7 @@ }, "unanswered": { "descriptionHtml": "

A comment on the discussion was unmarked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -43501,6 +44170,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43874,6 +44548,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44195,6 +44874,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -44233,7 +44917,7 @@ }, "unlabeled": { "descriptionHtml": "

A label was removed from a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -44382,6 +45066,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44755,6 +45444,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44908,7 +45602,7 @@ }, "unlocked": { "descriptionHtml": "

A discussion was unlocked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -45057,6 +45751,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45430,6 +46129,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45532,7 +46236,7 @@ }, "unpinned": { "descriptionHtml": "

A discussion was unpinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -45681,6 +46385,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46054,6 +46763,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46158,7 +46872,7 @@ "discussion_comment": { "created": { "descriptionHtml": "

A comment on a discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -46439,6 +47153,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -46580,6 +47299,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46953,6 +47677,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47055,7 +47784,7 @@ }, "deleted": { "descriptionHtml": "

A comment on a discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -47336,6 +48065,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -47477,6 +48211,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47850,6 +48589,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47952,7 +48696,7 @@ }, "edited": { "descriptionHtml": "

A comment on a discussion was edited.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -48256,6 +49000,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -48397,6 +49146,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48770,6 +49524,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49416,6 +50175,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49981,6 +50745,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50659,6 +51428,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50928,6 +51702,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51142,6 +51921,11 @@ "type": "null", "name": "website_url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51520,6 +52304,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -51677,6 +52466,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51959,6 +52753,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52319,6 +53118,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -52586,6 +53390,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52884,6 +53693,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -53041,6 +53855,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53323,6 +54142,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53683,6 +54507,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -53972,6 +54801,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54270,6 +55104,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -54427,6 +55266,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54709,6 +55553,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55069,6 +55918,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -55240,6 +56094,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55394,6 +56253,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55674,6 +56538,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55936,6 +56805,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56536,6 +57410,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -56860,6 +57739,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57220,6 +58104,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -57422,6 +58311,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57701,6 +58595,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57963,6 +58862,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58561,6 +59465,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -59000,6 +59909,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59262,6 +60176,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59862,6 +60781,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -60009,6 +60933,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60323,6 +61252,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60603,6 +61537,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60865,6 +61804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61465,6 +62409,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -61718,6 +62667,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61998,6 +62952,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62260,6 +63219,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62860,6 +63824,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -63112,6 +64081,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63351,6 +64325,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63613,6 +64592,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64211,6 +65195,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -64649,6 +65638,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64911,6 +65905,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65510,6 +66509,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -65658,6 +66662,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65927,6 +66936,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66206,6 +67220,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66468,6 +67487,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67066,6 +68090,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -67613,6 +68642,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67956,6 +68990,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68236,6 +69275,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68498,6 +69542,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69097,6 +70146,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -69299,6 +70353,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69578,6 +70637,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69840,6 +70904,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70438,6 +71507,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -70876,6 +71950,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71138,6 +72217,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71740,6 +72824,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -71934,6 +73023,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72213,6 +73307,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72475,6 +73574,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73073,6 +74177,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -73622,6 +74731,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73965,6 +75079,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74244,6 +75363,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74506,6 +75630,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75104,6 +76233,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -75274,6 +76408,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75428,6 +76567,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75708,6 +76852,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75970,6 +77119,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76570,6 +77724,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -76773,6 +77932,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77053,6 +78217,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77315,6 +78484,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77915,6 +79089,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -78167,6 +79346,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78406,6 +79590,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78668,6 +79857,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79266,6 +80460,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -79468,6 +80667,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79747,6 +80951,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80009,6 +81218,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80607,6 +81821,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -82973,6 +84192,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83195,6 +84419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83378,6 +84607,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83563,6 +84797,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83928,6 +85167,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84800,6 +86044,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85084,6 +86333,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85369,6 +86623,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85702,6 +86961,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85986,6 +87250,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86234,6 +87503,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86416,6 +87690,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86643,6 +87922,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -86857,6 +88141,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -87083,6 +88372,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87257,6 +88551,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -87446,6 +88745,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -87679,6 +88983,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -87920,6 +89229,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88051,6 +89365,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88581,6 +89900,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89021,6 +90345,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89153,6 +90482,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89438,6 +90772,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89842,6 +91181,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89922,7 +91266,7 @@ "personal_access_token_request": { "approved": { "descriptionHtml": "

A fine-grained personal access token request was approved.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -90076,6 +91420,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90269,7 +91618,7 @@ }, "cancelled": { "descriptionHtml": "

A fine-grained personal access token request was cancelled by the requester.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -90423,6 +91772,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90616,7 +91970,7 @@ }, "created": { "descriptionHtml": "

A fine-grained personal access token request was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -90770,36 +92124,41 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "object", - "name": "permissions_added", - "description": "

New requested permissions, categorized by type of permission.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "organization", - "description": "" - }, - { - "type": "object", - "name": "repository", - "description": "" }, { - "type": "object", - "name": "other", + "type": "string", + "name": "user_view_type", "description": "" } ] }, { "type": "object", - "name": "permissions_upgraded", - "description": "

Requested permissions that elevate access for a previously approved request for access, categorized by type of permission.

", + "name": "permissions_added", + "description": "

New requested permissions, categorized by type of permission.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "organization", + "description": "" + }, + { + "type": "object", + "name": "repository", + "description": "" + }, + { + "type": "object", + "name": "other", + "description": "" + } + ] + }, + { + "type": "object", + "name": "permissions_upgraded", + "description": "

Requested permissions that elevate access for a previously approved request for access, categorized by type of permission.

", "isRequired": true, "childParamsGroups": [ { @@ -90962,7 +92321,7 @@ }, "denied": { "descriptionHtml": "

A fine-grained personal access token request was denied.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -91116,6 +92475,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91707,6 +93071,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91966,6 +93335,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92226,6 +93600,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92508,6 +93887,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92791,6 +94175,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93036,6 +94425,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93301,6 +94695,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93566,6 +94965,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93864,6 +95268,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94128,6 +95537,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94728,7 +96142,7 @@ "projects_v2": { "closed": { "descriptionHtml": "

A project in the organization was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -94903,6 +96317,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95034,6 +96453,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95219,6 +96643,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -95241,7 +96670,7 @@ }, "created": { "descriptionHtml": "

A project in the organization was created.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -95416,6 +96845,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95547,6 +96981,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95732,6 +97171,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -95754,7 +97198,7 @@ }, "deleted": { "descriptionHtml": "

A project in the organization was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -95929,6 +97373,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96060,6 +97509,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96245,6 +97699,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -96267,7 +97726,7 @@ }, "edited": { "descriptionHtml": "

The title, description, or README of a project in the organization was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -96519,6 +97978,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96650,6 +98114,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96835,6 +98304,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -96857,7 +98331,7 @@ }, "reopened": { "descriptionHtml": "

A project in the organization was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -97032,6 +98506,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97163,6 +98642,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97348,6 +98832,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -97372,7 +98861,7 @@ "projects_v2_item": { "archived": { "descriptionHtml": "

An item on an organization project was archived. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -97593,6 +99082,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97633,7 +99127,7 @@ }, "converted": { "descriptionHtml": "

A draft issue in an organization project was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -97854,6 +99348,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97894,7 +99393,7 @@ }, "created": { "descriptionHtml": "

An item was added to a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -98089,6 +99588,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98129,7 +99633,7 @@ }, "deleted": { "descriptionHtml": "

An item was deleted from a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -98324,6 +99828,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98364,7 +99873,7 @@ }, "edited": { "descriptionHtml": "

The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -98565,6 +100074,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98605,7 +100119,7 @@ }, "reordered": { "descriptionHtml": "

The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -98826,6 +100340,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98866,7 +100385,7 @@ }, "restored": { "descriptionHtml": "

An archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -99087,6 +100606,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99308,6 +100832,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99549,6 +101078,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99882,6 +101416,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100129,6 +101668,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100423,6 +101967,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100583,6 +102132,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101175,6 +102729,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101358,7 +102917,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -101514,6 +103073,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -102157,6 +103721,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102340,7 +103909,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -102496,6 +104065,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -102723,6 +104297,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102868,6 +104447,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103300,6 +104884,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -103635,6 +105224,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103795,6 +105389,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104387,6 +105986,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104570,7 +106174,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -104726,6 +106330,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105369,6 +106978,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105552,7 +107166,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -105708,6 +107322,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105935,6 +107554,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106079,6 +107703,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106511,6 +108140,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -106853,6 +108487,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107013,6 +108652,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107605,6 +109249,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107788,7 +109437,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -107944,6 +109593,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -108587,6 +110241,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108770,7 +110429,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -108926,6 +110585,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -109153,6 +110817,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -109298,6 +110967,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -109730,6 +111404,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -110044,6 +111723,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110296,6 +111980,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110500,6 +112189,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110630,6 +112324,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110760,6 +112459,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110864,11 +112568,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -110935,12 +112914,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -110953,24 +112926,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -110991,25 +112952,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -111061,12 +113004,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -111074,136 +113011,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -111251,25 +113072,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -111280,133 +113113,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -111415,130 +113243,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -111551,36 +113364,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -111590,6 +113407,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -111597,56 +113420,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -111657,10 +113480,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -111687,155 +113520,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -111887,12 +113954,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -111900,136 +113961,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -112075,12 +114020,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -112088,151 +114027,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -112241,130 +114193,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -112377,36 +114314,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -112416,6 +114357,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -112423,56 +114370,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -112483,10 +114430,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -112762,6 +114719,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -112946,6 +114908,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113049,7 +115016,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -113357,6 +115324,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113609,6 +115581,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113813,6 +115790,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113943,6 +115925,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114073,6 +116060,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114177,11 +116169,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -114248,12 +116515,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -114266,24 +116527,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -114304,25 +116553,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -114374,12 +116605,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -114387,136 +116612,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -114564,25 +116673,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -114593,133 +116714,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -114728,130 +116844,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -114864,36 +116965,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -114903,6 +117008,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -114910,56 +117021,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -114970,10 +117081,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115000,155 +117121,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115200,12 +117555,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115213,136 +117562,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -115388,12 +117621,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -115401,151 +117628,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -115554,130 +117794,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -115690,36 +117915,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115729,6 +117958,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115736,56 +117971,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115796,10 +118031,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116075,6 +118320,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116259,6 +118509,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116362,7 +118617,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -116607,6 +118862,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116925,6 +119185,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117085,6 +119350,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117677,6 +119947,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118016,6 +120291,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -118659,6 +120939,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118998,6 +121283,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -119226,6 +121516,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119371,6 +121666,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119803,6 +122103,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -120137,6 +122442,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120297,6 +122607,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120889,6 +123204,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121072,7 +123392,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -121228,6 +123548,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -121871,6 +124196,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122054,7 +124384,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -122210,6 +124540,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -122437,6 +124772,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122582,6 +124922,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123014,6 +125359,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -123413,6 +125763,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123665,6 +126020,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123869,6 +126229,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123999,6 +126364,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124129,6 +126499,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124233,11 +126608,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -124304,12 +126954,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -124322,24 +126966,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -124360,25 +126992,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -124430,12 +127044,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -124443,136 +127051,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -124620,25 +127112,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -124649,133 +127153,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -124784,130 +127283,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -124920,36 +127404,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -124959,6 +127447,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -124966,56 +127460,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -125026,10 +127520,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -125056,155 +127560,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -125256,12 +127994,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -125269,136 +128001,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -125444,12 +128060,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -125457,151 +128067,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -125610,130 +128233,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -125746,36 +128354,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -125785,6 +128397,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -125792,56 +128410,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -125852,10 +128470,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -126131,6 +128759,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126315,6 +128948,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126418,7 +129056,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -126752,6 +129390,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126912,6 +129555,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127504,6 +130152,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127687,7 +130340,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -127843,6 +130496,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128486,6 +131144,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128669,7 +131332,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -128825,6 +131488,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -129052,6 +131720,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129197,6 +131870,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129629,6 +132307,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130015,6 +132698,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130175,6 +132863,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130767,6 +133460,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130950,7 +133648,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -131106,6 +133804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -131749,6 +134452,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131932,7 +134640,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -132088,6 +134796,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -132316,6 +135029,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132461,6 +135179,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132893,6 +135616,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -133228,6 +135956,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133388,6 +136121,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133980,6 +136718,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134163,7 +136906,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -134319,6 +137062,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -134962,6 +137710,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135145,7 +137898,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -135301,6 +138054,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -135529,6 +138287,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135673,6 +138436,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136105,6 +138873,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -136350,6 +139123,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136668,6 +139446,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136828,6 +139611,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137420,6 +140208,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137759,6 +140552,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -138402,6 +141200,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -138741,6 +141544,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -138969,6 +141777,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139114,6 +141927,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139546,6 +142364,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -139853,6 +142676,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140105,6 +142933,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140309,142 +143142,17 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "array of objects or null", - "name": "assignees", - "description": "", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true }, { "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", "description": "" } ] }, { "type": "array of objects or null", - "name": "requested_reviewers", + "name": "assignees", "description": "", "childParamsGroups": [ { @@ -140569,6 +143277,146 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "array of objects or null", + "name": "requested_reviewers", + "description": "", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140673,152 +143521,391 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -140870,12 +143957,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -140883,136 +143964,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -141060,25 +144025,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -141089,133 +144066,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -141224,130 +144196,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -141360,36 +144317,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -141399,6 +144360,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -141406,56 +144373,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -141466,10 +144433,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -141496,155 +144473,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -141696,12 +144907,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -141709,136 +144914,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -141886,25 +144975,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -141915,133 +145016,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -142050,130 +145146,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -142186,36 +145267,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -142225,6 +145310,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -142232,56 +145323,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -142292,10 +145383,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142571,6 +145672,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142755,6 +145861,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142858,7 +145969,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -143166,6 +146277,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143418,6 +146534,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143622,6 +146743,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143752,6 +146878,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143882,6 +147013,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143986,152 +147122,391 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, { - "type": "string", - "name": "assignees_url", - "description": "", - "isRequired": true + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false }, { "type": "string", - "name": "blobs_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "string or null", + "name": "description", "description": "", "isRequired": true }, { - "type": "string", - "name": "collaborators_url", + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -144183,12 +147558,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -144196,136 +147565,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -144373,25 +147626,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -144402,133 +147667,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -144537,130 +147797,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -144673,36 +147918,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -144712,6 +147961,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -144719,56 +147974,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -144779,10 +148034,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -144809,155 +148074,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -145009,12 +148508,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -145022,136 +148515,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -145199,25 +148576,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -145228,133 +148617,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -145363,130 +148747,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -145499,36 +148868,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -145538,6 +148911,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -145545,56 +148924,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -145605,10 +148984,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -145884,6 +149273,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146068,6 +149462,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146171,7 +149570,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -146479,6 +149878,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146731,6 +150135,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146935,6 +150344,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147065,6 +150479,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147195,6 +150614,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147299,152 +150723,391 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, { - "type": "string", - "name": "assignees_url", - "description": "", - "isRequired": true + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false }, { "type": "string", - "name": "blobs_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "string or null", + "name": "description", "description": "", "isRequired": true }, { - "type": "string", - "name": "collaborators_url", + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -147496,12 +151159,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -147509,136 +151166,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -147686,25 +151227,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -147715,133 +151268,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -147850,130 +151398,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -147986,36 +151519,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -148025,6 +151562,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -148032,56 +151575,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -148092,10 +151635,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -148122,155 +151675,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -148322,12 +152109,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -148335,136 +152116,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -148512,25 +152177,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -148541,133 +152218,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -148676,130 +152348,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -148812,36 +152469,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -148851,6 +152512,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -148858,56 +152525,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -148918,10 +152585,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -149197,6 +152874,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149381,6 +153063,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149484,7 +153171,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -149819,6 +153506,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149979,6 +153671,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150571,6 +154268,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150754,7 +154456,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -150910,6 +154612,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -151553,6 +155260,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151736,7 +155448,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -151892,376 +155604,391 @@ "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -152703,6 +156430,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -152834,6 +156566,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153323,6 +157060,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153483,6 +157225,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154075,6 +157822,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154258,7 +158010,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -154414,6 +158166,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -155057,6 +158814,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155240,7 +159002,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -155389,384 +159151,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" }, { "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -156200,6 +159977,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156332,6 +160114,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156826,6 +160613,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156986,6 +160778,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157578,6 +161375,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157761,7 +161563,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -157917,6 +161719,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -158560,6 +162367,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158743,7 +162555,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -158899,6 +162711,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159126,6 +162943,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159271,6 +163093,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159703,6 +163530,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159866,6 +163698,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160160,6 +163997,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160320,6 +164162,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160912,6 +164759,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161095,7 +164947,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -161251,6 +165103,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -161894,6 +165751,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -162077,7 +165939,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -162233,6 +166095,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -162461,6 +166328,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -162606,6 +166478,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163038,6 +166915,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -163423,6 +167305,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163583,6 +167470,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164175,6 +168067,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164358,7 +168255,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -164514,6 +168411,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -165157,6 +169059,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165340,7 +169247,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -165496,6 +169403,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -165723,6 +169635,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165868,6 +169785,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166300,6 +170222,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -166635,6 +170562,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166795,6 +170727,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167387,6 +171324,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167570,7 +171512,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -167726,6 +171668,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -168369,6 +172316,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168552,7 +172504,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -168708,6 +172660,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -168935,6 +172892,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169079,6 +173041,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169510,6 +173477,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169965,6 +173937,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -170249,6 +174226,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -170408,6 +174390,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171000,6 +174987,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171183,7 +175175,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -171339,6 +175331,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -171960,6 +175957,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172143,7 +176145,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -172299,6 +176301,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -172532,6 +176539,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172954,6 +176966,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -173407,6 +177424,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -173690,6 +177712,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -173849,6 +177876,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174441,6 +178473,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174624,7 +178661,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -174780,6 +178817,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -175402,6 +179444,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175585,7 +179632,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -175741,6 +179788,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -175973,6 +180025,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176395,6 +180452,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -176870,6 +180932,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -177153,6 +181220,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -177312,6 +181384,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -177904,6 +181981,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178087,7 +182169,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -178243,6 +182325,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -178865,6 +182952,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179048,7 +183140,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -179204,6 +183296,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -179437,6 +183534,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179855,6 +183957,11 @@ "Mannequin" ] }, + { + "type": "string", + "name": "user_view_type", + "description": "" + }, { "type": "string", "name": "url", @@ -180185,6 +184292,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180345,6 +184457,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180937,6 +185054,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181120,7 +185242,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -181276,6 +185398,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -181899,6 +186026,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -182082,7 +186214,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -182238,6 +186370,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -182470,6 +186607,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -182892,6 +187034,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -183135,6 +187282,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -183473,6 +187625,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183633,6 +187790,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184199,6 +188361,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184508,6 +188675,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -185105,6 +189277,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185414,6 +189591,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -185647,6 +189829,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186069,6 +190256,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -186306,6 +190498,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -186622,6 +190819,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186782,6 +190984,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187374,6 +191581,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187557,7 +191769,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -187713,6 +191925,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -188336,6 +192553,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188519,7 +192741,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -188675,6 +192897,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -188908,6 +193135,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -189330,6 +193562,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -189567,6 +193804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -189884,6 +194126,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190044,6 +194291,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190617,6 +194869,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190931,6 +195188,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -191535,6 +195797,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -191849,6 +196116,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -192081,6 +196353,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -192503,6 +196780,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -192938,6 +197220,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -193253,6 +197540,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -193413,6 +197705,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -193986,6 +198283,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -194300,6 +198602,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -194904,6 +199211,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195218,6 +199530,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -195450,6 +199767,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195871,6 +200193,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -196305,6 +200632,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -196904,6 +201236,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197031,6 +201368,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197539,6 +201881,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197955,6 +202302,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198083,6 +202435,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198347,6 +202704,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198921,6 +203283,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199481,6 +203848,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200089,6 +204461,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200452,6 +204829,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200818,6 +205200,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201377,6 +205764,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201740,6 +206132,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202161,6 +206558,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202292,6 +206694,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202692,6 +207099,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202854,6 +207266,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203213,6 +207630,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203710,6 +208132,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203841,6 +208268,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -204241,6 +208673,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -204403,6 +208840,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -204762,6 +209204,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -205792,6 +210239,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -212204,7 +216656,7 @@ "repository_vulnerability_alert": { "create": { "descriptionHtml": "

A repository vulnerability alert was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -212486,7 +216938,7 @@ }, "dismiss": { "descriptionHtml": "

A repository vulnerability alert was dismissed.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -212658,6 +217110,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -212776,7 +217233,7 @@ }, "reopen": { "descriptionHtml": "

A previously dismissed or resolved repository vulnerability alert was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -213058,7 +217515,7 @@ }, "resolve": { "descriptionHtml": "

A repository vulnerability alert was marked as resolved.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -213539,6 +217996,877 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "resolution_comment", + "description": "

An optional comment to resolve an alert.

" + }, + { + "type": "string", + "name": "secret_type", + "description": "

The type of secret that secret scanning detected.

" + }, + { + "type": "string", + "name": "secret_type_display_name", + "description": "

User-friendly name for the detected secret, matching the secret_type.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"

" + }, + { + "type": "string", + "name": "validity", + "description": "

The token status as of the latest validity check.

", + "enum": [ + "active", + "inactive", + "unknown" + ] + }, + { + "type": "boolean or null", + "name": "push_protection_bypassed", + "description": "

Whether push protection was bypassed for the detected secret.

" + }, + { + "type": "object", + "name": "push_protection_bypassed_by", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "push_protection_bypassed_at", + "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" + } + ] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "created", + "category": "secret_scanning_alert" + }, + "publicly_leaked": { + "descriptionHtml": "

A secret scanning alert was detected in a public repo.

", + "summaryHtml": "

This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.

\n

For activity relating to secret scanning alert locations, use the secret_scanning_alert_location event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "publicly_leaked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

" + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "null", + "name": "updated_at", + "description": "" + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

" + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

" + }, + { + "type": "string", + "name": "locations_url", + "description": "

The REST API URL of the code locations for this alert.

" + }, + { + "type": "string or null", + "name": "resolution", + "description": "

The reason for resolving the alert.

", + "enum": [ + "false_positive", + "wont_fix", + "revoked", + "used_in_tests", + "pattern_deleted", + "pattern_edited", + null + ] + }, + { + "type": "string or null", + "name": "resolved_at", + "description": "

The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "object", + "name": "resolved_by", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "resolution_comment", + "description": "

An optional comment to resolve an alert.

" + }, + { + "type": "string", + "name": "secret_type", + "description": "

The type of secret that secret scanning detected.

" + }, + { + "type": "string", + "name": "secret_type_display_name", + "description": "

User-friendly name for the detected secret, matching the secret_type.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"

" + }, + { + "type": "string", + "name": "validity", + "description": "

The token status as of the latest validity check.

", + "enum": [ + "active", + "inactive", + "unknown" + ] + }, + { + "type": "boolean or null", + "name": "push_protection_bypassed", + "description": "

Whether push protection was bypassed for the detected secret.

" + }, + { + "type": "object", + "name": "push_protection_bypassed_by", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "push_protection_bypassed_at", + "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" + } + ] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "publicly_leaked", + "category": "secret_scanning_alert" + }, + "reopened": { + "descriptionHtml": "

A previously closed secret scanning alert was reopened.

", + "summaryHtml": "

This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.

\n

For activity relating to secret scanning alert locations, use the secret_scanning_alert_location event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "reopened" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "

The security alert number.

" + }, + { + "type": "string", + "name": "created_at", + "description": "

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "null", + "name": "updated_at", + "description": "" + }, + { + "type": "string", + "name": "url", + "description": "

The REST API URL of the alert resource.

" + }, + { + "type": "string", + "name": "html_url", + "description": "

The GitHub URL of the alert resource.

" + }, + { + "type": "string", + "name": "locations_url", + "description": "

The REST API URL of the code locations for this alert.

" + }, + { + "type": "string or null", + "name": "resolution", + "description": "

The reason for resolving the alert.

", + "enum": [ + "false_positive", + "wont_fix", + "revoked", + "used_in_tests", + "pattern_deleted", + "pattern_edited", + null + ] + }, + { + "type": "string or null", + "name": "resolved_at", + "description": "

The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "object", + "name": "resolved_by", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -213699,6 +219027,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -213706,6 +219039,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" } ] }, @@ -213751,11 +219094,11 @@ "organization", "app" ], - "action": "created", + "action": "reopened", "category": "secret_scanning_alert" }, - "reopened": { - "descriptionHtml": "

A previously closed secret scanning alert was reopened.

", + "resolved": { + "descriptionHtml": "

A secret scanning alert was closed.

", "summaryHtml": "

This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.

\n

For activity relating to secret scanning alert locations, use the secret_scanning_alert_location event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

", "bodyParameters": [ { @@ -213765,7 +219108,7 @@ "description": "", "isRequired": true, "enum": [ - "reopened" + "resolved" ], "childParamsGroups": [] }, @@ -213952,6 +219295,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214112,418 +219460,10 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "string or null", - "name": "push_protection_bypassed_at", - "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" - } - ] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "reopened", - "category": "secret_scanning_alert" - }, - "resolved": { - "descriptionHtml": "

A secret scanning alert was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.

\n

For activity relating to secret scanning alert locations, use the secret_scanning_alert_location event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "resolved" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "alert", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "integer", - "name": "number", - "description": "

The security alert number.

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

The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" - }, - { - "type": "null", - "name": "updated_at", - "description": "" - }, - { - "type": "string", - "name": "url", - "description": "

The REST API URL of the alert resource.

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

The GitHub URL of the alert resource.

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

The REST API URL of the code locations for this alert.

" - }, - { - "type": "string or null", - "name": "resolution", - "description": "

The reason for resolving the alert.

", - "enum": [ - "false_positive", - "wont_fix", - "revoked", - "used_in_tests", - "pattern_deleted", - "pattern_edited", - null - ] - }, - { - "type": "string or null", - "name": "resolved_at", - "description": "

The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" - }, - { - "type": "object", - "name": "resolved_by", - "description": "

A GitHub user.

", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string or null", - "name": "resolution_comment", - "description": "

An optional comment to resolve an alert.

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

The type of secret that secret scanning detected.

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

User-friendly name for the detected secret, matching the secret_type.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"

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

The token status as of the latest validity check.

", - "enum": [ - "active", - "inactive", - "unknown" - ] - }, - { - "type": "boolean or null", - "name": "push_protection_bypassed", - "description": "

Whether push protection was bypassed for the detected secret.

" - }, - { - "type": "object", - "name": "push_protection_bypassed_by", - "description": "

A GitHub user.

", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true }, { "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", "description": "" } ] @@ -214532,6 +219472,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" } ] }, @@ -214778,6 +219728,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214938,6 +219893,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214945,6 +219905,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" } ] }, @@ -215192,6 +220162,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215352,6 +220327,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215359,6 +220339,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "

The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

" + }, + { + "type": "boolean or null", + "name": "publicly_leaked", + "description": "

Whether the detected secret was publicly leaked.

" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "

Whether the detected secret was found in multiple repositories in the same organization or business.

" } ] }, @@ -216626,6 +221616,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216758,6 +221753,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216878,6 +221878,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217108,6 +222113,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217240,6 +222250,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217360,6 +222375,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217612,6 +222632,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217744,6 +222769,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217864,6 +222894,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218100,6 +223135,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218232,6 +223272,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218352,6 +223397,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218665,6 +223715,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218797,6 +223852,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218917,6 +223977,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219224,6 +224289,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219356,6 +224426,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219476,6 +224551,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -220553,6 +225633,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -220690,6 +225775,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -220820,6 +225910,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221016,6 +226111,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221260,6 +226360,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221519,6 +226624,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221973,7 +227083,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -222393,6 +227503,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -222847,7 +227962,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -223158,6 +228273,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -223295,6 +228415,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -223425,6 +228550,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -223621,6 +228751,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -223865,6 +229000,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -224124,6 +229264,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -224578,7 +229723,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -225031,6 +230176,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -225168,6 +230318,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -225298,6 +230453,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -225494,6 +230654,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -225738,6 +230903,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -225997,6 +231167,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -226451,7 +231626,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -226871,6 +232046,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -227325,7 +232505,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -227636,6 +232816,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -227773,6 +232958,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -227903,6 +233093,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -228099,6 +233294,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -228343,6 +233543,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -228602,6 +233807,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -229056,7 +234266,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -229509,6 +234719,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -229646,6 +234861,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -229776,6 +234996,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -229972,6 +235197,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -230216,6 +235446,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -230475,6 +235710,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -230929,7 +236169,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -231349,6 +236589,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -231803,7 +237048,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -232114,6 +237359,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -232251,6 +237501,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -232381,6 +237636,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -232577,6 +237837,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -232821,6 +238086,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -233080,6 +238350,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -233534,7 +238809,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -233987,6 +239262,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -234124,6 +239404,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -234254,6 +239539,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -234450,6 +239740,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -234694,6 +239989,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -234953,6 +240253,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -235407,7 +240712,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -235827,6 +241132,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -236281,7 +241591,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -236592,6 +241902,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -236729,6 +242044,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -236859,6 +242179,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -237055,6 +242380,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -237299,6 +242629,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -237558,6 +242893,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -238012,7 +243352,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -240314,6 +245654,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -240823,6 +246168,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -241326,6 +246676,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -241830,6 +247185,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -242131,6 +247491,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -242619,6 +247984,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -243101,6 +248471,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -243327,6 +248702,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -245094,6 +250474,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -245582,6 +250967,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -246176,6 +251566,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -246402,6 +251797,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, diff --git a/src/webhooks/data/ghes-3.10/schema.json b/src/webhooks/data/ghes-3.10/schema.json index af2e51706325..49b1716191e8 100644 --- a/src/webhooks/data/ghes-3.10/schema.json +++ b/src/webhooks/data/ghes-3.10/schema.json @@ -1215,6 +1215,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -1636,6 +1641,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -2831,6 +2841,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -3252,6 +3267,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4448,6 +4468,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4869,6 +4894,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6077,6 +6107,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6498,6 +6533,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7710,6 +7750,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -8613,6 +8658,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -9514,6 +9564,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10364,6 +10419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10769,6 +10829,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11279,13 +11344,14 @@ ] }, { - "type": "string", + "type": "string or null", "name": "state", "description": "

State of a code scanning alert.

", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11537,6 +11603,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12713,6 +12784,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -12936,7 +13012,7 @@ "dependabot_alert": { "created": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -13479,6 +13555,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13563,7 +13644,7 @@ }, "dismissed": { "descriptionHtml": "

A Dependabot alert was manually closed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14106,6 +14187,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14190,7 +14276,7 @@ }, "fixed": { "descriptionHtml": "

A manifest file change removed a vulnerability.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14733,6 +14819,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14817,7 +14908,7 @@ }, "reintroduced": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency that had previously been fixed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -15360,6 +15451,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -15444,7 +15540,7 @@ }, "reopened": { "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -15987,6 +16083,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16462,6 +16563,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16670,6 +16776,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -17292,6 +17403,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18371,6 +18487,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18635,6 +18756,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18913,6 +19039,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19165,6 +19296,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19369,6 +19505,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19499,6 +19640,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19629,6 +19775,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19733,11 +19884,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -19804,12 +20230,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -19822,24 +20242,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -19860,25 +20268,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -19930,12 +20320,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -19943,136 +20327,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -20120,25 +20388,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -20149,133 +20429,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -20284,130 +20559,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -20420,36 +20680,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -20459,6 +20723,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -20466,56 +20736,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -20526,10 +20796,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -20556,155 +20836,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -20756,12 +21270,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -20769,136 +21277,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -20944,12 +21336,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -20957,151 +21343,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -21110,130 +21509,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -21246,36 +21630,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -21285,6 +21673,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -21292,56 +21686,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -21352,10 +21746,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -21631,6 +22035,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21815,6 +22224,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22009,6 +22423,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22426,6 +22845,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22770,6 +23194,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23292,6 +23721,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23506,6 +23940,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23651,6 +24090,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24068,6 +24512,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24406,6 +24855,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24928,6 +25382,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25141,6 +25600,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25352,6 +25816,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25477,6 +25946,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25687,6 +26161,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26025,6 +26504,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26547,6 +27031,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26761,6 +27250,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27047,6 +27541,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27255,6 +27754,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27777,6 +28281,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27989,6 +28498,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28587,6 +29101,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29668,6 +30187,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29709,7 +30233,7 @@ "discussion": { "answered": { "descriptionHtml": "

A comment on the discussion was marked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -29989,6 +30513,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -30130,6 +30659,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30503,6 +31037,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30605,7 +31144,7 @@ }, "category_changed": { "descriptionHtml": "

The category of a discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -30838,6 +31377,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31211,6 +31755,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31313,7 +31862,7 @@ }, "closed": { "descriptionHtml": "

A discussion was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -31462,6 +32011,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31835,6 +32389,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31937,7 +32496,7 @@ }, "created": { "descriptionHtml": "

A discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32086,6 +32645,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32459,6 +33023,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32561,7 +33130,7 @@ }, "deleted": { "descriptionHtml": "

A discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32710,6 +33279,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33083,6 +33657,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33185,7 +33764,7 @@ }, "edited": { "descriptionHtml": "

The title or body on a discussion was edited, or the category of the discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -33368,6 +33947,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33741,6 +34325,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33843,7 +34432,7 @@ }, "labeled": { "descriptionHtml": "

A label was added to a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -33992,6 +34581,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34365,6 +34959,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34518,7 +35117,7 @@ }, "locked": { "descriptionHtml": "

A discussion was locked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34667,6 +35266,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35040,6 +35644,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35142,7 +35751,7 @@ }, "pinned": { "descriptionHtml": "

A discussion was pinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35291,6 +35900,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35664,6 +36278,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35766,7 +36385,7 @@ }, "reopened": { "descriptionHtml": "

A discussion was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35915,6 +36534,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36288,6 +36912,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36390,7 +37019,7 @@ }, "transferred": { "descriptionHtml": "

A discussion was transferred to another repository.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36545,6 +37174,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36918,6 +37552,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37172,6 +37811,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37344,6 +37988,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38377,7 +39026,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -38612,6 +39261,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38985,6 +39639,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39087,7 +39746,7 @@ }, "unanswered": { "descriptionHtml": "

A comment on the discussion was unmarked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -39236,6 +39895,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39609,6 +40273,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39930,6 +40599,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -39968,7 +40642,7 @@ }, "unlabeled": { "descriptionHtml": "

A label was removed from a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -40117,6 +40791,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40490,6 +41169,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40643,7 +41327,7 @@ }, "unlocked": { "descriptionHtml": "

A discussion was unlocked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -40792,6 +41476,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41165,6 +41854,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41267,7 +41961,7 @@ }, "unpinned": { "descriptionHtml": "

A discussion was unpinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -41416,6 +42110,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41789,6 +42488,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41893,7 +42597,7 @@ "discussion_comment": { "created": { "descriptionHtml": "

A comment on a discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -42174,6 +42878,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -42315,6 +43024,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42688,6 +43402,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42790,7 +43509,7 @@ }, "deleted": { "descriptionHtml": "

A comment on a discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -43071,6 +43790,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -43212,6 +43936,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43585,6 +44314,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43687,7 +44421,7 @@ }, "edited": { "descriptionHtml": "

A comment on a discussion was edited.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -43991,6 +44725,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -44132,6 +44871,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44505,6 +45249,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45211,6 +45960,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45776,6 +46530,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46454,6 +47213,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46723,6 +47487,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46932,6 +47701,11 @@ "type": "null", "name": "website_url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47310,6 +48084,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -47467,6 +48246,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47749,6 +48533,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48109,6 +48898,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -48371,6 +49165,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48669,6 +49468,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -48826,6 +49630,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49108,6 +49917,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49468,6 +50282,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -49752,6 +50571,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50050,6 +50874,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -50207,6 +51036,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50489,6 +51323,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50849,6 +51688,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -51020,6 +51864,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51174,6 +52023,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51454,6 +52308,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51716,6 +52575,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52316,6 +53180,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -52640,6 +53509,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53000,6 +53874,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -53202,6 +54081,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53481,6 +54365,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53743,6 +54632,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54341,6 +55235,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -54780,6 +55679,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55042,6 +55946,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55642,6 +56551,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -55789,6 +56703,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56103,6 +57022,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56383,6 +57307,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56645,6 +57574,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57245,6 +58179,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -57498,6 +58437,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57778,6 +58722,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58040,6 +58989,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58640,6 +59594,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -58892,6 +59851,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59131,6 +60095,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59393,6 +60362,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59991,6 +60965,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -60429,6 +61408,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60691,6 +61675,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61290,6 +62279,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -61438,6 +62432,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61707,6 +62706,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61986,6 +62990,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62248,6 +63257,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62846,6 +63860,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -63388,6 +64407,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63731,6 +64755,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64011,6 +65040,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64273,6 +65307,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64872,6 +65911,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -65074,6 +66118,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65353,6 +66402,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65615,6 +66669,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66213,6 +67272,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -66651,6 +67715,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66913,6 +67982,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67515,6 +68589,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -67709,6 +68788,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67988,6 +69072,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68250,6 +69339,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68848,6 +69942,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -69392,6 +70491,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69735,6 +70839,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70014,6 +71123,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70276,6 +71390,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70874,6 +71993,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -71044,6 +72168,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71198,6 +72327,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71478,6 +72612,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71740,6 +72879,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72340,6 +73484,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -72543,6 +73692,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72823,6 +73977,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73085,6 +74244,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73685,6 +74849,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -73937,6 +75106,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74176,6 +75350,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74438,6 +75617,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75036,6 +76220,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -75238,6 +76427,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75517,6 +76711,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75779,6 +76978,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76377,6 +77581,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -76973,6 +78182,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77195,6 +78409,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77378,6 +78597,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77563,6 +78787,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77928,6 +79157,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78477,6 +79711,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78761,6 +80000,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79046,6 +80290,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79379,6 +80628,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79663,6 +80917,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79954,6 +81213,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -80168,6 +81432,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -80394,6 +81663,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80568,6 +81842,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -80757,6 +82036,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -80990,6 +82274,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -81231,6 +82520,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81362,6 +82656,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81892,6 +83191,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82332,6 +83636,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82464,6 +83773,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82749,6 +84063,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83153,6 +84472,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83233,7 +84557,7 @@ "personal_access_token_request": { "approved": { "descriptionHtml": "

A fine-grained personal access token request was approved.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -83387,6 +84711,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83580,7 +84909,7 @@ }, "cancelled": { "descriptionHtml": "

A fine-grained personal access token request was cancelled by the requester.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -83734,6 +85063,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83927,7 +85261,7 @@ }, "created": { "descriptionHtml": "

A fine-grained personal access token request was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -84081,6 +85415,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84273,7 +85612,7 @@ }, "denied": { "descriptionHtml": "

A fine-grained personal access token request was denied.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -84427,6 +85766,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85018,6 +86362,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85277,6 +86626,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85537,6 +86891,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85819,6 +87178,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86102,6 +87466,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86347,6 +87716,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86612,6 +87986,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86877,6 +88256,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87175,6 +88559,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87439,6 +88828,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88039,7 +89433,7 @@ "projects_v2": { "closed": { "descriptionHtml": "

A project in the organization was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -88214,6 +89608,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88345,6 +89744,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88530,6 +89934,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -88552,7 +89961,7 @@ }, "created": { "descriptionHtml": "

A project in the organization was created.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -88727,6 +90136,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88858,6 +90272,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89043,6 +90462,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -89065,7 +90489,7 @@ }, "deleted": { "descriptionHtml": "

A project in the organization was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -89240,6 +90664,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89371,6 +90800,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89556,6 +90990,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -89578,7 +91017,7 @@ }, "edited": { "descriptionHtml": "

The title, description, or README of a project in the organization was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -89830,6 +91269,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89961,6 +91405,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90146,6 +91595,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -90168,7 +91622,7 @@ }, "reopened": { "descriptionHtml": "

A project in the organization was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -90343,6 +91797,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90474,6 +91933,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90659,6 +92123,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -90683,7 +92152,7 @@ "projects_v2_item": { "archived": { "descriptionHtml": "

An item on an organization project was archived. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -90904,6 +92373,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90944,7 +92418,7 @@ }, "converted": { "descriptionHtml": "

A draft issue in an organization project was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91165,240 +92639,250 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "archived_at", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "

An item was added to a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "created" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2_item", - "in": "body", - "description": "

An item belonging to a project

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "

The type of content tracked in a project item

", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "

A GitHub user.

", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "

An item was added to a project in the organization.

", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "created" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "projects_v2_item", + "in": "body", + "description": "

An item belonging to a project

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "

The type of content tracked in a project item

", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -91440,7 +92924,7 @@ }, "deleted": { "descriptionHtml": "

An item was deleted from a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91635,6 +93119,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91675,7 +93164,7 @@ }, "edited": { "descriptionHtml": "

The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91876,6 +93365,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91916,7 +93410,7 @@ }, "reordered": { "descriptionHtml": "

The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92137,6 +93631,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92177,7 +93676,7 @@ }, "restored": { "descriptionHtml": "

An archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92398,6 +93897,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92623,6 +94127,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92917,6 +94426,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93077,6 +94591,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93669,6 +95188,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93852,7 +95376,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -94008,6 +95532,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -94651,6 +96180,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94834,7 +96368,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -94990,6 +96524,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -95217,6 +96756,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95362,6 +96906,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95794,6 +97343,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -96129,6 +97683,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96289,6 +97848,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96881,6 +98445,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97064,7 +98633,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -97220,6 +98789,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -97863,6 +99437,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98046,7 +99625,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -98202,6 +99781,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -98429,6 +100013,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98573,6 +100162,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99005,6 +100599,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -99347,6 +100946,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99507,6 +101111,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100099,6 +101708,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100282,7 +101896,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -100438,6 +102052,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -101081,6 +102700,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101264,7 +102888,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -101420,6 +103044,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -101647,6 +103276,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101792,6 +103426,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102224,6 +103863,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -102538,6 +104182,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102790,6 +104439,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102994,6 +104648,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103124,6 +104783,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103254,6 +104918,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103358,11 +105027,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -103429,12 +105373,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -103447,24 +105385,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -103485,25 +105411,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -103555,12 +105463,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -103568,136 +105470,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -103745,25 +105531,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -103774,133 +105572,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -103909,130 +105702,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -104045,36 +105823,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -104084,6 +105866,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -104091,56 +105879,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -104151,10 +105939,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -104181,155 +105979,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -104381,12 +106413,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -104394,136 +106420,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -104569,12 +106479,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -104582,151 +106486,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -104735,130 +106652,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -104871,36 +106773,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -104910,6 +106816,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -104917,56 +106829,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -104977,10 +106889,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105256,6 +107178,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105440,6 +107367,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105543,7 +107475,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -105851,6 +107783,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106103,6 +108040,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106307,6 +108249,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106437,6 +108384,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106567,6 +108519,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106671,11 +108628,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -106742,12 +108974,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -106760,24 +108986,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -106798,25 +109012,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -106868,12 +109064,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -106881,136 +109071,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -107058,25 +109132,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -107087,133 +109173,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -107222,130 +109303,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -107358,36 +109424,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -107397,6 +109467,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -107404,56 +109480,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -107464,10 +109540,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -107494,155 +109580,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -107694,12 +110014,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -107707,136 +110021,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -107882,12 +110080,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -107895,151 +110087,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -108048,130 +110253,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -108184,36 +110374,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -108223,6 +110417,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -108230,56 +110430,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -108290,10 +110490,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -108569,6 +110779,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108753,6 +110968,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108856,7 +111076,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -109101,6 +111321,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -109419,6 +111644,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -109579,6 +111809,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110171,6 +112406,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110510,6 +112750,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -111153,6 +113398,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111492,6 +113742,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -111720,6 +113975,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111865,6 +114125,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -112297,6 +114562,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -112674,6 +114944,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -112926,6 +115201,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113130,6 +115410,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113260,6 +115545,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113390,6 +115680,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113494,11 +115789,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -113565,12 +116135,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -113583,24 +116147,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -113621,25 +116173,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -113691,12 +116225,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -113704,136 +116232,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -113881,25 +116293,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -113910,133 +116334,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -114045,130 +116464,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -114181,36 +116585,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -114220,6 +116628,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -114227,56 +116641,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -114287,10 +116701,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -114317,155 +116741,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -114517,12 +117175,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -114530,136 +117182,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -114705,12 +117241,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -114718,151 +117248,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -114871,130 +117414,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -115007,36 +117535,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115046,6 +117578,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115053,56 +117591,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115113,10 +117651,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115392,6 +117940,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115576,6 +118129,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115679,7 +118237,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -116064,6 +118622,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116224,6 +118787,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116816,6 +119384,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116999,7 +119572,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -117155,6 +119728,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -117798,6 +120376,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117981,7 +120564,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -118137,6 +120720,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -118365,6 +120953,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118510,6 +121103,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118942,6 +121540,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -119277,6 +121880,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119437,6 +122045,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120029,6 +122642,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120212,7 +122830,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -120368,6 +122986,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -121011,6 +123634,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121194,7 +123822,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -121350,6 +123978,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -121578,6 +124211,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121722,6 +124360,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122154,6 +124797,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -122399,6 +125047,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122717,6 +125370,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122877,6 +125535,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123469,6 +126132,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123808,6 +126476,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -124451,6 +127124,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124790,6 +127468,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -125018,6 +127701,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125163,6 +127851,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125595,6 +128288,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -125902,6 +128600,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126154,6 +128857,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126358,6 +129066,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126488,6 +129201,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126618,6 +129336,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126722,11 +129445,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -126793,12 +129791,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -126811,24 +129803,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -126849,25 +129829,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -126919,12 +129881,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -126932,136 +129888,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -127109,25 +129949,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -127138,133 +129990,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -127273,130 +130120,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -127409,36 +130241,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -127448,6 +130284,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -127455,56 +130297,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -127515,10 +130357,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -127545,155 +130397,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -127745,12 +130831,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -127758,136 +130838,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -127933,12 +130897,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -127946,151 +130904,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -128099,130 +131070,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -128235,36 +131191,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -128274,6 +131234,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -128281,56 +131247,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -128341,10 +131307,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128620,6 +131596,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128804,6 +131785,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128907,7 +131893,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -129215,6 +132201,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129467,6 +132458,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129671,6 +132667,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129801,6 +132802,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129931,6 +132937,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130035,11 +133046,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -130106,12 +133392,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -130124,24 +133404,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -130162,25 +133430,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -130232,12 +133482,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -130245,136 +133489,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -130422,25 +133550,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -130451,133 +133591,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -130586,130 +133721,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -130722,36 +133842,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -130761,6 +133885,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -130768,56 +133898,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -130828,10 +133958,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130858,155 +133998,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -131058,12 +134432,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -131071,136 +134439,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -131246,12 +134498,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -131259,151 +134505,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -131412,130 +134671,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -131548,36 +134792,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -131587,6 +134835,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -131594,56 +134848,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -131654,10 +134908,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -131933,6 +135197,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132117,6 +135386,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132220,7 +135494,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -132528,6 +135802,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132780,6 +136059,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132984,6 +136268,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133114,6 +136403,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133244,6 +136538,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133348,11 +136647,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -133419,12 +136993,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -133437,24 +137005,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -133475,25 +137031,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -133545,12 +137083,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -133558,136 +137090,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -133735,25 +137151,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -133764,133 +137192,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -133899,130 +137322,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -134035,36 +137443,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -134074,6 +137486,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -134081,56 +137499,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -134141,10 +137559,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -134171,155 +137599,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -134371,12 +138033,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -134384,136 +138040,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -134561,25 +138101,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -134590,133 +138142,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -134725,130 +138272,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -134861,36 +138393,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -134900,6 +138436,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -134907,56 +138449,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -134967,10 +138509,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -135246,6 +138798,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135430,6 +138987,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135533,7 +139095,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -135868,6 +139430,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136028,6 +139595,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136620,6 +140192,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136803,7 +140380,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -136959,6 +140536,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -137602,6 +141184,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137785,7 +141372,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -137941,376 +141528,391 @@ "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -138752,6 +142354,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -138883,6 +142490,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139372,6 +142984,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139532,6 +143149,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140124,6 +143746,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140307,7 +143934,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -140463,6 +144090,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -141106,6 +144738,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141289,7 +144926,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -141438,384 +145075,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -142249,6 +145901,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142381,6 +146038,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142875,6 +146537,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143035,6 +146702,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143627,6 +147299,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143810,7 +147487,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -143966,6 +147643,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -144609,6 +148291,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144792,7 +148479,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -144941,384 +148628,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -145752,6 +149454,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -145915,6 +149622,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146209,6 +149921,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146369,6 +150086,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146961,6 +150683,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147144,7 +150871,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -147300,6 +151027,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -147943,6 +151675,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148126,7 +151863,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -148275,385 +152012,400 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -149087,6 +152839,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -149472,6 +153229,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149632,6 +153394,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150224,6 +153991,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150407,7 +154179,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -150563,6 +154335,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -151206,6 +154983,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151389,7 +155171,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -151545,6 +155327,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -151772,6 +155559,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151917,6 +155709,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152341,348 +156138,358 @@ "enum": [ "Bot", "User", - "Organization", - "Mannequin" + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", + "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "integer", + "name": "number", + "in": "body", + "description": "

The pull request number.

", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "pull_request", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "_links", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "commits", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "html", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "issue", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comment", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "self", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "statuses", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string or null", + "name": "active_lock_reason", + "description": "", + "isRequired": true, + "enum": [ + "resolved", + "off-topic", + "too heated", + "spam", + null + ] + }, + { + "type": "integer", + "name": "additions", + "description": "" + }, + { + "type": "object or null", + "name": "assignee", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", - "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "integer", - "name": "number", - "in": "body", - "description": "

The pull request number.

", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "pull_request", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "_links", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "commits", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "html", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "issue", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comment", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "self", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "statuses", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string or null", - "name": "active_lock_reason", - "description": "", - "isRequired": true, - "enum": [ - "resolved", - "off-topic", - "too heated", - "spam", - null - ] - }, - { - "type": "integer", - "name": "additions", - "description": "" - }, - { - "type": "object or null", - "name": "assignee", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -152844,6 +156651,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153436,6 +157248,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153619,7 +157436,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -153775,6 +157592,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -154418,6 +158240,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154601,7 +158428,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -154757,6 +158584,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -154984,6 +158816,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155128,6 +158965,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155559,6 +159401,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156014,6 +159861,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156298,6 +160150,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156457,6 +160314,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157049,6 +160911,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157232,7 +161099,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -157388,6 +161255,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -158009,6 +161881,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158192,7 +162069,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -158348,6 +162225,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -158581,6 +162463,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159003,6 +162890,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159456,6 +163348,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159739,6 +163636,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159898,6 +163800,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160490,6 +164397,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160673,7 +164585,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -160829,6 +164741,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -161451,6 +165368,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161634,7 +165556,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -161790,6 +165712,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -162022,6 +165949,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -162444,6 +166376,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -162919,6 +166856,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -163202,6 +167144,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163361,6 +167308,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163953,6 +167905,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164136,7 +168093,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -164292,6 +168249,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -164914,6 +168876,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165097,7 +169064,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -165253,6 +169220,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -165486,6 +169458,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165904,6 +169881,11 @@ "Mannequin" ] }, + { + "type": "string", + "name": "user_view_type", + "description": "" + }, { "type": "string", "name": "url", @@ -166234,6 +170216,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166394,6 +170381,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166986,6 +170978,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167169,7 +171166,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -167325,6 +171322,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -167948,6 +171950,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168131,7 +172138,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -168287,6 +172294,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -168519,6 +172531,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168941,6 +172958,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169184,6 +173206,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169522,6 +173549,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169682,6 +173714,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -170248,6 +174285,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -170557,6 +174599,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -171154,6 +175201,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171463,6 +175515,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -171696,6 +175753,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172118,6 +176180,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -172355,6 +176422,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -172671,6 +176743,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172831,6 +176908,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -173423,6 +177505,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -173606,7 +177693,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -173762,6 +177849,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -174385,6 +178477,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174568,7 +178665,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -174724,6 +178821,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -174957,6 +179059,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175379,6 +179486,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -175616,6 +179728,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -175933,6 +180050,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176093,6 +180215,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176666,6 +180793,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176980,6 +181112,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -177584,6 +181721,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -177898,6 +182040,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -178130,6 +182277,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178552,6 +182704,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -178987,6 +183144,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -179302,6 +183464,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179462,6 +183629,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180035,6 +184207,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180349,6 +184526,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -180953,6 +185135,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181267,6 +185454,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -181499,6 +185691,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181920,6 +186117,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -182354,6 +186556,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -182953,6 +187160,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183080,6 +187292,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183588,6 +187805,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184004,6 +188226,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184132,6 +188359,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184396,6 +188628,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184970,6 +189207,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185530,6 +189772,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186138,6 +190385,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186501,6 +190753,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186867,6 +191124,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187426,6 +191688,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187789,6 +192056,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188861,6 +193133,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -189056,7 +193333,7 @@ "repository_vulnerability_alert": { "create": { "descriptionHtml": "

A repository vulnerability alert was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -189338,7 +193615,7 @@ }, "dismiss": { "descriptionHtml": "

A repository vulnerability alert was dismissed.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -189510,6 +193787,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -189628,7 +193910,7 @@ }, "reopen": { "descriptionHtml": "

A previously dismissed or resolved repository vulnerability alert was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -189910,7 +194192,7 @@ }, "resolve": { "descriptionHtml": "

A repository vulnerability alert was marked as resolved.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -190391,6 +194673,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190546,6 +194833,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190799,6 +195091,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190954,6 +195251,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -191207,6 +195509,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -191362,6 +195669,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -191616,6 +195928,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -191771,6 +196088,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -192998,6 +197320,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -193130,6 +197457,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -193250,6 +197582,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -193480,6 +197817,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -193612,6 +197954,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -193732,6 +198079,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -193984,6 +198336,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -194116,6 +198473,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -194236,6 +198598,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -194472,6 +198839,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -194604,6 +198976,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -194724,6 +199101,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195037,6 +199419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195169,6 +199556,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195289,6 +199681,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195596,6 +199993,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195728,6 +200130,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195848,6 +200255,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198347,6 +202759,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -198524,6 +202941,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -199128,6 +203550,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199637,6 +204064,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200140,6 +204572,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200644,6 +205081,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200945,6 +205387,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201433,6 +205880,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201915,6 +206367,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202141,6 +206598,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203908,6 +208370,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -204396,6 +208863,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -204990,6 +209462,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -205216,6 +209693,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, diff --git a/src/webhooks/data/ghes-3.11/schema.json b/src/webhooks/data/ghes-3.11/schema.json index b998853b09c6..072c68c8a804 100644 --- a/src/webhooks/data/ghes-3.11/schema.json +++ b/src/webhooks/data/ghes-3.11/schema.json @@ -1339,6 +1339,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -1760,6 +1765,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -2955,6 +2965,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -3376,6 +3391,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4572,6 +4592,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4993,6 +5018,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6201,6 +6231,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6622,6 +6657,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7834,6 +7874,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -8737,6 +8782,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -9638,6 +9688,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10488,6 +10543,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10893,6 +10953,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11403,13 +11468,14 @@ ] }, { - "type": "string", + "type": "string or null", "name": "state", "description": "

State of a code scanning alert.

", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11661,6 +11727,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12837,6 +12908,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -13060,7 +13136,7 @@ "dependabot_alert": { "created": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -13603,6 +13679,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13687,7 +13768,7 @@ }, "dismissed": { "descriptionHtml": "

A Dependabot alert was manually closed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14230,6 +14311,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14314,7 +14400,7 @@ }, "fixed": { "descriptionHtml": "

A manifest file change removed a vulnerability.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14857,6 +14943,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14941,7 +15032,7 @@ }, "reintroduced": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency that had previously been fixed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -15484,6 +15575,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -15568,7 +15664,7 @@ }, "reopened": { "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -16111,6 +16207,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16586,6 +16687,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16794,6 +16900,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -17416,6 +17527,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18495,6 +18611,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18759,6 +18880,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19037,6 +19163,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19289,6 +19420,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19493,6 +19629,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19623,6 +19764,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19753,6 +19899,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19857,11 +20008,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -19928,12 +20354,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -19946,24 +20366,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -19984,25 +20392,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -20054,12 +20444,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -20067,136 +20451,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -20244,25 +20512,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -20273,133 +20553,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -20408,130 +20683,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -20544,36 +20804,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -20583,6 +20847,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -20590,56 +20860,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -20650,10 +20920,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -20680,155 +20960,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -20880,12 +21394,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -20893,136 +21401,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -21068,12 +21460,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -21081,151 +21467,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -21234,130 +21633,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -21370,36 +21754,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -21409,6 +21797,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -21416,56 +21810,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -21476,10 +21870,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -21755,6 +22159,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21939,6 +22348,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22133,6 +22547,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22550,6 +22969,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22894,6 +23318,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23416,6 +23845,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23630,6 +24064,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23775,6 +24214,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24192,6 +24636,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24530,6 +24979,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25052,6 +25506,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25265,6 +25724,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25476,6 +25940,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25601,6 +26070,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25811,6 +26285,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26149,6 +26628,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26671,6 +27155,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26885,6 +27374,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27171,6 +27665,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27379,6 +27878,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27901,6 +28405,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28113,6 +28622,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28711,6 +29225,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29792,6 +30311,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29833,7 +30357,7 @@ "discussion": { "answered": { "descriptionHtml": "

A comment on the discussion was marked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -30113,6 +30637,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -30254,6 +30783,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30627,6 +31161,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30729,7 +31268,7 @@ }, "category_changed": { "descriptionHtml": "

The category of a discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -30962,6 +31501,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31335,6 +31879,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31437,7 +31986,7 @@ }, "closed": { "descriptionHtml": "

A discussion was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -31586,6 +32135,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31959,6 +32513,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32061,7 +32620,7 @@ }, "created": { "descriptionHtml": "

A discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32210,6 +32769,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32583,6 +33147,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32685,7 +33254,7 @@ }, "deleted": { "descriptionHtml": "

A discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32834,6 +33403,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33207,6 +33781,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33309,7 +33888,7 @@ }, "edited": { "descriptionHtml": "

The title or body on a discussion was edited, or the category of the discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -33492,6 +34071,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33865,6 +34449,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33967,7 +34556,7 @@ }, "labeled": { "descriptionHtml": "

A label was added to a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34116,6 +34705,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34489,6 +35083,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34642,7 +35241,7 @@ }, "locked": { "descriptionHtml": "

A discussion was locked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34791,6 +35390,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35164,6 +35768,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35266,7 +35875,7 @@ }, "pinned": { "descriptionHtml": "

A discussion was pinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35415,6 +36024,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35788,6 +36402,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35890,7 +36509,7 @@ }, "reopened": { "descriptionHtml": "

A discussion was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36039,6 +36658,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36412,6 +37036,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36514,7 +37143,7 @@ }, "transferred": { "descriptionHtml": "

A discussion was transferred to another repository.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36669,6 +37298,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37042,6 +37676,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37296,6 +37935,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37468,6 +38112,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38501,7 +39150,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -38736,6 +39385,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39109,6 +39763,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39211,7 +39870,7 @@ }, "unanswered": { "descriptionHtml": "

A comment on the discussion was unmarked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -39360,6 +40019,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39733,6 +40397,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40054,6 +40723,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -40092,7 +40766,7 @@ }, "unlabeled": { "descriptionHtml": "

A label was removed from a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -40241,6 +40915,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40614,6 +41293,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40767,7 +41451,7 @@ }, "unlocked": { "descriptionHtml": "

A discussion was unlocked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -40916,6 +41600,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41289,6 +41978,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41391,7 +42085,7 @@ }, "unpinned": { "descriptionHtml": "

A discussion was unpinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -41540,6 +42234,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41913,6 +42612,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42017,7 +42721,7 @@ "discussion_comment": { "created": { "descriptionHtml": "

A comment on a discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -42298,6 +43002,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -42439,6 +43148,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42812,6 +43526,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42914,7 +43633,7 @@ }, "deleted": { "descriptionHtml": "

A comment on a discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -43195,6 +43914,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -43336,6 +44060,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43709,6 +44438,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43811,7 +44545,7 @@ }, "edited": { "descriptionHtml": "

A comment on a discussion was edited.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -44115,6 +44849,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -44256,6 +44995,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44629,6 +45373,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45335,6 +46084,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45900,6 +46654,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46578,6 +47337,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46847,6 +47611,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47061,6 +47830,11 @@ "type": "null", "name": "website_url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47439,6 +48213,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -47596,6 +48375,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47878,6 +48662,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48238,6 +49027,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -48500,6 +49294,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48798,6 +49597,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -48955,6 +49759,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49237,6 +50046,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49597,6 +50411,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -49881,6 +50700,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50179,6 +51003,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -50336,6 +51165,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50618,6 +51452,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50978,6 +51817,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -51149,6 +51993,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51303,6 +52152,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51583,6 +52437,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51845,6 +52704,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52445,6 +53309,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -52769,6 +53638,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53129,6 +54003,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -53331,6 +54210,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53610,6 +54494,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53872,6 +54761,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54470,6 +55364,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -54909,6 +55808,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55171,6 +56075,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55771,6 +56680,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -55918,6 +56832,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56232,6 +57151,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56512,6 +57436,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56774,6 +57703,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57374,6 +58308,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -57627,6 +58566,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57907,6 +58851,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58169,6 +59118,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58769,6 +59723,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -59021,6 +59980,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59260,6 +60224,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59522,6 +60491,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60120,6 +61094,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -60558,6 +61537,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60820,6 +61804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61419,6 +62408,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -61567,6 +62561,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61836,6 +62835,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62115,6 +63119,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62377,6 +63386,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62975,6 +63989,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -63517,6 +64536,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63860,6 +64884,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64140,6 +65169,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64402,6 +65436,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65001,6 +66040,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -65203,6 +66247,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65482,6 +66531,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65744,6 +66798,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66342,6 +67401,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -66780,6 +67844,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67042,6 +68111,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67644,6 +68718,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -67838,6 +68917,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68117,6 +69201,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68379,6 +69468,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68977,6 +70071,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -69521,6 +70620,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69864,6 +70968,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70143,6 +71252,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70405,6 +71519,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71003,6 +72122,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -71173,6 +72297,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71327,6 +72456,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71607,6 +72741,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71869,6 +73008,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72469,6 +73613,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -72672,6 +73821,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72952,6 +74106,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73214,6 +74373,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73814,6 +74978,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -74066,6 +75235,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74305,6 +75479,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74567,6 +75746,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75165,6 +76349,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -75367,6 +76556,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75646,6 +76840,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75908,6 +77107,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76506,6 +77710,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -77102,6 +78311,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77324,6 +78538,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77507,6 +78726,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77692,6 +78916,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78057,6 +79286,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78606,6 +79840,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78890,6 +80129,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79175,6 +80419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79508,6 +80757,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79792,6 +81046,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80083,6 +81342,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -80297,6 +81561,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -80523,6 +81792,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80697,6 +81971,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -80886,6 +82165,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -81119,6 +82403,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -81360,6 +82649,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81491,6 +82785,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82021,6 +83320,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82461,6 +83765,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82593,6 +83902,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82878,6 +84192,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83282,6 +84601,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83362,7 +84686,7 @@ "personal_access_token_request": { "approved": { "descriptionHtml": "

A fine-grained personal access token request was approved.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -83516,6 +84840,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83709,7 +85038,7 @@ }, "cancelled": { "descriptionHtml": "

A fine-grained personal access token request was cancelled by the requester.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -83863,6 +85192,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84056,7 +85390,7 @@ }, "created": { "descriptionHtml": "

A fine-grained personal access token request was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -84210,6 +85544,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84402,7 +85741,7 @@ }, "denied": { "descriptionHtml": "

A fine-grained personal access token request was denied.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -84556,6 +85895,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85147,6 +86491,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85406,6 +86755,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85666,6 +87020,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85948,6 +87307,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86231,6 +87595,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86476,6 +87845,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86741,6 +88115,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87006,6 +88385,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87304,6 +88688,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87568,6 +88957,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88168,7 +89562,7 @@ "projects_v2": { "closed": { "descriptionHtml": "

A project in the organization was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -88343,6 +89737,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88474,6 +89873,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88659,6 +90063,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -88681,7 +90090,7 @@ }, "created": { "descriptionHtml": "

A project in the organization was created.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -88856,6 +90265,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88987,6 +90401,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89172,6 +90591,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -89194,7 +90618,7 @@ }, "deleted": { "descriptionHtml": "

A project in the organization was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -89369,6 +90793,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89500,6 +90929,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89685,6 +91119,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -89707,7 +91146,7 @@ }, "edited": { "descriptionHtml": "

The title, description, or README of a project in the organization was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -89959,6 +91398,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90090,6 +91534,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90275,6 +91724,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -90297,7 +91751,7 @@ }, "reopened": { "descriptionHtml": "

A project in the organization was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -90472,6 +91926,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90603,6 +92062,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90788,6 +92252,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -90812,7 +92281,7 @@ "projects_v2_item": { "archived": { "descriptionHtml": "

An item on an organization project was archived. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91033,6 +92502,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91073,7 +92547,7 @@ }, "converted": { "descriptionHtml": "

A draft issue in an organization project was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91294,240 +92768,250 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "archived_at", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "

An item was added to a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "created" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2_item", - "in": "body", - "description": "

An item belonging to a project

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "

The type of content tracked in a project item

", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "

A GitHub user.

", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "

An item was added to a project in the organization.

", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "created" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "projects_v2_item", + "in": "body", + "description": "

An item belonging to a project

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "

The type of content tracked in a project item

", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -91569,7 +93053,7 @@ }, "deleted": { "descriptionHtml": "

An item was deleted from a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91764,6 +93248,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91804,7 +93293,7 @@ }, "edited": { "descriptionHtml": "

The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92005,6 +93494,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92045,7 +93539,7 @@ }, "reordered": { "descriptionHtml": "

The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92266,6 +93760,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92306,7 +93805,7 @@ }, "restored": { "descriptionHtml": "

An archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92527,6 +94026,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92752,6 +94256,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93046,6 +94555,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93206,6 +94720,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93798,6 +95317,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93981,7 +95505,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -94137,6 +95661,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -94780,6 +96309,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94963,7 +96497,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -95119,6 +96653,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -95346,6 +96885,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95491,6 +97035,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95923,6 +97472,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -96258,6 +97812,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96418,6 +97977,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97010,6 +98574,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97193,7 +98762,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -97349,6 +98918,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -97992,6 +99566,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98175,7 +99754,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -98331,6 +99910,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -98558,6 +100142,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98702,6 +100291,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99134,6 +100728,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -99476,6 +101075,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99636,6 +101240,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100228,6 +101837,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100411,7 +102025,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -100567,6 +102181,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -101210,6 +102829,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101393,7 +103017,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -101549,6 +103173,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -101776,6 +103405,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101921,6 +103555,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102353,6 +103992,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -102667,6 +104311,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102919,6 +104568,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103123,6 +104777,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103253,6 +104912,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103383,6 +105047,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103487,11 +105156,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -103558,12 +105502,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -103576,24 +105514,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -103614,25 +105540,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -103684,12 +105592,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -103697,136 +105599,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -103874,25 +105660,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -103903,133 +105701,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -104038,130 +105831,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -104174,36 +105952,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -104213,6 +105995,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -104220,56 +106008,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -104280,10 +106068,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -104310,155 +106108,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -104510,12 +106542,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -104523,136 +106549,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -104698,12 +106608,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -104711,151 +106615,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -104864,130 +106781,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -105000,36 +106902,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -105039,6 +106945,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -105046,56 +106958,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -105106,10 +107018,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105385,6 +107307,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105569,6 +107496,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105672,7 +107604,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -105980,6 +107912,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106232,6 +108169,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106436,6 +108378,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106566,6 +108513,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106696,6 +108648,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106800,11 +108757,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -106871,12 +109103,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -106889,24 +109115,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -106927,25 +109141,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -106997,12 +109193,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -107010,136 +109200,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -107187,25 +109261,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -107216,133 +109302,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -107351,130 +109432,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -107487,36 +109553,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -107526,6 +109596,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -107533,56 +109609,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -107593,10 +109669,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -107623,155 +109709,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -107823,12 +110143,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -107836,136 +110150,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -108011,12 +110209,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -108024,151 +110216,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -108177,130 +110382,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -108313,36 +110503,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -108352,6 +110546,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -108359,56 +110559,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -108419,10 +110619,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -108698,6 +110908,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108882,6 +111097,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108985,7 +111205,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -109230,6 +111450,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -109548,6 +111773,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -109708,6 +111938,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110300,6 +112535,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110639,6 +112879,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -111282,6 +113527,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111621,6 +113871,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -111849,6 +114104,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111994,6 +114254,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -112426,6 +114691,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -112803,6 +115073,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113055,6 +115330,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113259,6 +115539,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113389,6 +115674,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113519,6 +115809,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113623,11 +115918,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -113694,12 +116264,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -113712,24 +116276,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -113750,25 +116302,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -113820,12 +116354,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -113833,136 +116361,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -114010,25 +116422,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -114039,133 +116463,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -114174,130 +116593,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -114310,36 +116714,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -114349,6 +116757,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -114356,56 +116770,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -114416,10 +116830,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -114446,155 +116870,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -114646,12 +117304,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -114659,136 +117311,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -114834,12 +117370,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -114847,151 +117377,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -115000,130 +117543,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -115136,36 +117664,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115175,6 +117707,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115182,56 +117720,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115242,10 +117780,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115521,6 +118069,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115705,6 +118258,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115808,7 +118366,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -116193,6 +118751,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116353,6 +118916,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116945,6 +119513,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117128,7 +119701,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -117284,6 +119857,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -117927,6 +120505,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118110,7 +120693,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -118266,6 +120849,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -118494,6 +121082,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118639,6 +121232,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119071,6 +121669,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -119406,6 +122009,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119566,6 +122174,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120158,6 +122771,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120341,7 +122959,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -120497,6 +123115,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -121140,6 +123763,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121323,7 +123951,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -121479,6 +124107,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -121707,6 +124340,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121851,6 +124489,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122283,6 +124926,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -122528,6 +125176,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122846,6 +125499,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123006,6 +125664,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123598,6 +126261,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123937,6 +126605,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -124580,6 +127253,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124919,6 +127597,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -125147,6 +127830,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125292,6 +127980,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125724,6 +128417,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -126031,6 +128729,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126283,6 +128986,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126487,6 +129195,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126617,6 +129330,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126747,6 +129465,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126851,11 +129574,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -126922,12 +129920,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -126940,24 +129932,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -126978,25 +129958,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -127048,12 +130010,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -127061,136 +130017,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -127238,25 +130078,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -127267,133 +130119,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -127402,130 +130249,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -127538,36 +130370,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -127577,6 +130413,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -127584,56 +130426,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -127644,10 +130486,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -127674,155 +130526,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -127874,12 +130960,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -127887,136 +130967,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -128062,12 +131026,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -128075,151 +131033,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -128228,130 +131199,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -128364,36 +131320,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -128403,6 +131363,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -128410,56 +131376,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -128470,10 +131436,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128749,6 +131725,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128933,6 +131914,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129036,7 +132022,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -129344,6 +132330,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129596,6 +132587,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129800,6 +132796,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129930,6 +132931,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130060,6 +133066,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130164,11 +133175,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -130235,12 +133521,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -130253,24 +133533,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -130291,25 +133559,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -130361,12 +133611,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -130374,136 +133618,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -130551,25 +133679,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -130580,133 +133720,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -130715,130 +133850,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -130851,36 +133971,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -130890,6 +134014,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -130897,56 +134027,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -130957,10 +134087,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130987,155 +134127,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -131187,12 +134561,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -131200,136 +134568,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -131375,12 +134627,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -131388,151 +134634,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -131541,130 +134800,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -131677,36 +134921,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -131716,6 +134964,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -131723,56 +134977,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -131783,10 +135037,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -132062,6 +135326,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132246,6 +135515,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132349,7 +135623,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -132657,6 +135931,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132909,6 +136188,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133113,6 +136397,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133243,6 +136532,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133373,6 +136667,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133477,11 +136776,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -133548,12 +137122,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -133566,24 +137134,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -133604,25 +137160,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -133674,12 +137212,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -133687,136 +137219,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -133864,25 +137280,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -133893,133 +137321,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -134028,130 +137451,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -134164,36 +137572,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -134203,6 +137615,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -134210,56 +137628,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -134270,10 +137688,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -134300,155 +137728,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -134500,12 +138162,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -134513,136 +138169,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -134690,25 +138230,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -134719,133 +138271,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -134854,130 +138401,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -134990,36 +138522,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -135029,6 +138565,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -135036,56 +138578,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -135096,10 +138638,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -135375,6 +138927,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135559,6 +139116,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135662,7 +139224,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -135997,6 +139559,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136157,6 +139724,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136749,6 +140321,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136932,7 +140509,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -137088,6 +140665,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -137731,6 +141313,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137914,7 +141501,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -138070,376 +141657,391 @@ "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -138881,6 +142483,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -139012,6 +142619,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139501,6 +143113,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139661,6 +143278,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140253,6 +143875,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140436,7 +144063,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -140592,6 +144219,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -141235,6 +144867,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141418,7 +145055,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -141567,384 +145204,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -142378,6 +146030,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142510,6 +146167,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143004,6 +146666,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143164,6 +146831,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143756,6 +147428,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143939,7 +147616,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -144095,6 +147772,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -144738,6 +148420,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144921,7 +148608,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -145070,384 +148757,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -145881,6 +149583,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -146044,6 +149751,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146338,6 +150050,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146498,6 +150215,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147090,6 +150812,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147273,7 +151000,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -147429,6 +151156,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -148072,6 +151804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148255,7 +151992,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -148404,385 +152141,400 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -149216,6 +152968,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -149601,6 +153358,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149761,6 +153523,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150353,6 +154120,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150536,7 +154308,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -150692,6 +154464,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -151335,6 +155112,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151518,7 +155300,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -151674,6 +155456,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -151901,6 +155688,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152046,6 +155838,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152470,348 +156267,358 @@ "enum": [ "Bot", "User", - "Organization", - "Mannequin" + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", + "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "integer", + "name": "number", + "in": "body", + "description": "

The pull request number.

", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "pull_request", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "_links", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "commits", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "html", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "issue", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comment", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "self", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "statuses", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string or null", + "name": "active_lock_reason", + "description": "", + "isRequired": true, + "enum": [ + "resolved", + "off-topic", + "too heated", + "spam", + null + ] + }, + { + "type": "integer", + "name": "additions", + "description": "" + }, + { + "type": "object or null", + "name": "assignee", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", - "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "integer", - "name": "number", - "in": "body", - "description": "

The pull request number.

", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "pull_request", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "_links", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "commits", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "html", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "issue", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comment", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "self", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "statuses", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string or null", - "name": "active_lock_reason", - "description": "", - "isRequired": true, - "enum": [ - "resolved", - "off-topic", - "too heated", - "spam", - null - ] - }, - { - "type": "integer", - "name": "additions", - "description": "" - }, - { - "type": "object or null", - "name": "assignee", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -152973,6 +156780,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153565,6 +157377,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153748,7 +157565,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -153904,6 +157721,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -154547,6 +158369,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154730,7 +158557,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -154886,6 +158713,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -155113,6 +158945,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155257,6 +159094,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155688,6 +159530,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156143,6 +159990,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156427,6 +160279,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156586,6 +160443,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157178,6 +161040,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157361,7 +161228,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -157517,6 +161384,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -158138,6 +162010,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158321,7 +162198,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -158477,6 +162354,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -158710,6 +162592,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159132,6 +163019,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159585,6 +163477,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159868,6 +163765,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160027,6 +163929,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160619,6 +164526,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160802,7 +164714,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -160958,6 +164870,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -161580,6 +165497,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161763,7 +165685,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -161919,6 +165841,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -162151,6 +166078,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -162573,6 +166505,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -163048,6 +166985,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -163331,6 +167273,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163490,6 +167437,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164082,6 +168034,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164265,7 +168222,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -164421,6 +168378,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -165043,6 +169005,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165226,7 +169193,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -165382,6 +169349,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -165615,6 +169587,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166033,6 +170010,11 @@ "Mannequin" ] }, + { + "type": "string", + "name": "user_view_type", + "description": "" + }, { "type": "string", "name": "url", @@ -166363,6 +170345,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166523,6 +170510,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167115,6 +171107,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167298,7 +171295,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -167454,6 +171451,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -168077,6 +172079,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168260,7 +172267,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -168416,6 +172423,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -168648,6 +172660,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169070,6 +173087,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169313,6 +173335,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169651,6 +173678,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169811,6 +173843,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -170377,6 +174414,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -170686,6 +174728,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -171283,6 +175330,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171592,6 +175644,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -171825,6 +175882,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172247,6 +176309,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -172484,6 +176551,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -172800,6 +176872,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172960,6 +177037,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -173552,6 +177634,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -173735,7 +177822,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -173891,6 +177978,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -174514,6 +178606,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174697,7 +178794,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -174853,6 +178950,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -175086,6 +179188,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175508,6 +179615,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -175745,6 +179857,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -176062,6 +180179,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176222,6 +180344,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176795,6 +180922,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -177109,6 +181241,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -177713,6 +181850,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178027,6 +182169,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -178259,6 +182406,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178681,6 +182833,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -179116,6 +183273,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -179431,6 +183593,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179591,6 +183758,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180164,6 +184336,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180478,6 +184655,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -181082,6 +185264,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181396,6 +185583,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -181628,6 +185820,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -182049,6 +186246,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -182483,6 +186685,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -183082,6 +187289,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183209,6 +187421,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183717,6 +187934,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184133,6 +188355,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184261,6 +188488,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184525,6 +188757,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185099,6 +189336,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185659,6 +189901,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186267,6 +190514,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186630,6 +190882,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186996,6 +191253,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187555,6 +191817,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187918,6 +192185,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188990,6 +193262,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -193716,7 +197993,7 @@ "repository_vulnerability_alert": { "create": { "descriptionHtml": "

A repository vulnerability alert was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -193998,7 +198275,7 @@ }, "dismiss": { "descriptionHtml": "

A repository vulnerability alert was dismissed.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -194170,6 +198447,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -194288,7 +198570,7 @@ }, "reopen": { "descriptionHtml": "

A previously dismissed or resolved repository vulnerability alert was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -194570,7 +198852,7 @@ }, "resolve": { "descriptionHtml": "

A repository vulnerability alert was marked as resolved.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -195051,6 +199333,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195206,6 +199493,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195459,6 +199751,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195614,6 +199911,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195867,6 +200169,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196022,6 +200329,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196276,6 +200588,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196431,6 +200748,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197658,6 +201980,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197790,6 +202117,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197910,6 +202242,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198140,6 +202477,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198272,6 +202614,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198392,6 +202739,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198644,6 +202996,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198776,6 +203133,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198896,6 +203258,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199132,6 +203499,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199264,6 +203636,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199384,6 +203761,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199697,6 +204079,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199829,6 +204216,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199949,6 +204341,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200256,6 +204653,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200388,6 +204790,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200508,6 +204915,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203007,6 +207419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -203184,6 +207601,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -203788,6 +208210,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -204297,6 +208724,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -204800,6 +209232,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -205304,6 +209741,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -205605,6 +210047,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -206093,6 +210540,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -206575,6 +211027,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -206801,6 +211258,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -208568,6 +213030,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -209056,6 +213523,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -209650,6 +214122,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -209876,6 +214353,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, diff --git a/src/webhooks/data/ghes-3.12/schema.json b/src/webhooks/data/ghes-3.12/schema.json index b200eb655321..4bc90ac5c82e 100644 --- a/src/webhooks/data/ghes-3.12/schema.json +++ b/src/webhooks/data/ghes-3.12/schema.json @@ -1339,6 +1339,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -1760,6 +1765,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -2955,6 +2965,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -3376,6 +3391,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4572,6 +4592,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4993,6 +5018,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6201,6 +6231,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6622,6 +6657,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7834,6 +7874,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -8737,6 +8782,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -9638,6 +9688,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10488,6 +10543,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10893,6 +10953,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11403,13 +11468,14 @@ ] }, { - "type": "string", + "type": "string or null", "name": "state", "description": "

State of a code scanning alert.

", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11661,6 +11727,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12837,6 +12908,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -13060,7 +13136,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "

A Dependabot alert was automatically closed by a Dependabot auto-triage rule.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -13603,6 +13679,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13687,7 +13768,7 @@ }, "auto_reopened": { "descriptionHtml": "

A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14230,6 +14311,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14314,7 +14400,7 @@ }, "created": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14857,6 +14943,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14941,7 +15032,7 @@ }, "dismissed": { "descriptionHtml": "

A Dependabot alert was manually closed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -15484,6 +15575,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -15568,7 +15664,7 @@ }, "fixed": { "descriptionHtml": "

A manifest file change removed a vulnerability.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -16111,6 +16207,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16195,7 +16296,7 @@ }, "reintroduced": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency that had previously been fixed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -16738,6 +16839,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16822,7 +16928,7 @@ }, "reopened": { "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -17365,6 +17471,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -17840,6 +17951,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18048,6 +18164,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18670,6 +18791,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19749,6 +19875,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20013,6 +20144,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20291,6 +20427,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20543,6 +20684,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20747,6 +20893,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20877,6 +21028,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21007,6 +21163,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21111,11 +21272,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -21182,12 +21618,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -21200,24 +21630,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -21238,25 +21656,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -21308,12 +21708,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -21321,136 +21715,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -21498,25 +21776,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -21527,133 +21817,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -21662,130 +21947,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -21798,36 +22068,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -21837,6 +22111,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -21844,56 +22124,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -21904,10 +22184,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -21934,155 +22224,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -22134,12 +22658,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -22147,136 +22665,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22322,12 +22724,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -22335,151 +22731,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -22488,130 +22897,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -22624,36 +23018,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -22663,6 +23061,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -22670,56 +23074,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -22730,10 +23134,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -23009,6 +23423,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23193,6 +23612,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23387,6 +23811,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23804,6 +24233,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24148,6 +24582,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24670,6 +25109,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24884,6 +25328,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25029,6 +25478,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25446,6 +25900,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25784,6 +26243,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26306,6 +26770,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26519,6 +26988,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26730,6 +27204,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26855,6 +27334,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27065,6 +27549,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27403,6 +27892,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27925,6 +28419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28139,6 +28638,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28425,6 +28929,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28633,6 +29142,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29155,6 +29669,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29367,6 +29886,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29965,6 +30489,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31046,6 +31575,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31087,7 +31621,7 @@ "discussion": { "answered": { "descriptionHtml": "

A comment on the discussion was marked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -31367,6 +31901,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -31508,6 +32047,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31881,6 +32425,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31983,7 +32532,7 @@ }, "category_changed": { "descriptionHtml": "

The category of a discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32216,6 +32765,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32589,6 +33143,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32691,7 +33250,7 @@ }, "closed": { "descriptionHtml": "

A discussion was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32840,6 +33399,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33213,6 +33777,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33315,7 +33884,7 @@ }, "created": { "descriptionHtml": "

A discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -33464,6 +34033,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33837,6 +34411,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33939,7 +34518,7 @@ }, "deleted": { "descriptionHtml": "

A discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34088,6 +34667,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34461,6 +35045,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34563,7 +35152,7 @@ }, "edited": { "descriptionHtml": "

The title or body on a discussion was edited, or the category of the discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34746,6 +35335,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35119,6 +35713,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35221,7 +35820,7 @@ }, "labeled": { "descriptionHtml": "

A label was added to a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35370,6 +35969,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35743,6 +36347,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35896,7 +36505,7 @@ }, "locked": { "descriptionHtml": "

A discussion was locked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36045,6 +36654,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36418,6 +37032,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36520,7 +37139,7 @@ }, "pinned": { "descriptionHtml": "

A discussion was pinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36669,6 +37288,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37042,6 +37666,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37144,7 +37773,7 @@ }, "reopened": { "descriptionHtml": "

A discussion was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -37293,6 +37922,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37666,6 +38300,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37768,7 +38407,7 @@ }, "transferred": { "descriptionHtml": "

A discussion was transferred to another repository.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -37923,6 +38562,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38296,6 +38940,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38550,6 +39199,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38722,6 +39376,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39755,7 +40414,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -39990,6 +40649,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40363,6 +41027,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40465,7 +41134,7 @@ }, "unanswered": { "descriptionHtml": "

A comment on the discussion was unmarked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -40614,6 +41283,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40987,6 +41661,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41308,6 +41987,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -41346,7 +42030,7 @@ }, "unlabeled": { "descriptionHtml": "

A label was removed from a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -41495,6 +42179,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41868,6 +42557,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42021,7 +42715,7 @@ }, "unlocked": { "descriptionHtml": "

A discussion was unlocked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -42170,6 +42864,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42543,6 +43242,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42645,7 +43349,7 @@ }, "unpinned": { "descriptionHtml": "

A discussion was unpinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -42794,6 +43498,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43167,6 +43876,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43271,7 +43985,7 @@ "discussion_comment": { "created": { "descriptionHtml": "

A comment on a discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -43552,6 +44266,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -43693,6 +44412,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44066,6 +44790,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44168,7 +44897,7 @@ }, "deleted": { "descriptionHtml": "

A comment on a discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -44449,6 +45178,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -44590,6 +45324,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44963,6 +45702,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45065,7 +45809,7 @@ }, "edited": { "descriptionHtml": "

A comment on a discussion was edited.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -45369,6 +46113,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -45510,6 +46259,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45883,6 +46637,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46589,6 +47348,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47154,6 +47918,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47832,6 +48601,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48101,6 +48875,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48315,6 +49094,11 @@ "type": "null", "name": "website_url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48693,6 +49477,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -48850,6 +49639,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49132,6 +49926,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49492,6 +50291,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -49754,6 +50558,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50052,6 +50861,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -50209,6 +51023,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50491,6 +51310,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50851,6 +51675,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -51135,6 +51964,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51433,6 +52267,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -51590,6 +52429,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51872,6 +52716,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52232,6 +53081,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -52403,6 +53257,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52557,6 +53416,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52837,6 +53701,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53099,6 +53968,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53699,6 +54573,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -54023,6 +54902,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54383,6 +55267,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -54585,6 +55474,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54864,6 +55758,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55126,6 +56025,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55724,6 +56628,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -56163,6 +57072,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56425,6 +57339,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57025,6 +57944,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -57172,6 +58096,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57486,6 +58415,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57766,6 +58700,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58028,6 +58967,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58628,6 +59572,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -58881,6 +59830,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59161,6 +60115,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59423,6 +60382,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60023,6 +60987,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -60275,6 +61244,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60514,6 +61488,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60776,6 +61755,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61374,6 +62358,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -61812,6 +62801,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62074,6 +63068,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62673,6 +63672,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -62821,6 +63825,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63090,6 +64099,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63369,6 +64383,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63631,6 +64650,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64229,6 +65253,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -64771,6 +65800,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65114,6 +66148,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65394,6 +66433,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65656,6 +66700,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66255,6 +67304,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -66457,6 +67511,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66736,6 +67795,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66998,6 +68062,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67596,6 +68665,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -68034,6 +69108,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68296,6 +69375,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68898,6 +69982,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -69092,6 +70181,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69371,6 +70465,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69633,6 +70732,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70231,6 +71335,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -70775,6 +71884,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71118,6 +72232,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71397,6 +72516,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71659,6 +72783,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72257,6 +73386,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -72427,6 +73561,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72581,6 +73720,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72861,6 +74005,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73123,6 +74272,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73723,6 +74877,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -73926,6 +75085,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74206,6 +75370,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74468,6 +75637,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75068,6 +76242,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -75320,6 +76499,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75559,6 +76743,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75821,6 +77010,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76419,6 +77613,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -76621,6 +77820,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76900,6 +78104,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77162,6 +78371,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77760,6 +78974,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -78356,6 +79575,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78578,6 +79802,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78761,6 +79990,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78946,6 +80180,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79311,6 +80550,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79860,6 +81104,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80144,6 +81393,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80429,6 +81683,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80762,6 +82021,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81046,6 +82310,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81337,6 +82606,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -81551,6 +82825,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -81777,6 +83056,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81951,6 +83235,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -82140,6 +83429,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -82373,6 +83667,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -82614,6 +83913,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82745,6 +84049,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83275,6 +84584,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83715,6 +85029,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83847,6 +85166,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84132,6 +85456,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84536,6 +85865,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84616,7 +85950,7 @@ "personal_access_token_request": { "approved": { "descriptionHtml": "

A fine-grained personal access token request was approved.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -84770,6 +86104,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84963,7 +86302,7 @@ }, "cancelled": { "descriptionHtml": "

A fine-grained personal access token request was cancelled by the requester.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -85117,6 +86456,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85310,7 +86654,7 @@ }, "created": { "descriptionHtml": "

A fine-grained personal access token request was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -85464,6 +86808,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85656,7 +87005,7 @@ }, "denied": { "descriptionHtml": "

A fine-grained personal access token request was denied.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -85810,6 +87159,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86401,6 +87755,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86660,6 +88019,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86920,6 +88284,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87202,6 +88571,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87485,6 +88859,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87730,6 +89109,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87995,6 +89379,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88260,6 +89649,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88558,6 +89952,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88822,6 +90221,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89422,7 +90826,7 @@ "projects_v2": { "closed": { "descriptionHtml": "

A project in the organization was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -89597,6 +91001,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89728,6 +91137,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89913,6 +91327,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -89935,7 +91354,7 @@ }, "created": { "descriptionHtml": "

A project in the organization was created.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -90110,6 +91529,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90241,6 +91665,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90426,6 +91855,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -90448,7 +91882,7 @@ }, "deleted": { "descriptionHtml": "

A project in the organization was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -90623,6 +92057,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90754,6 +92193,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90939,6 +92383,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -90961,7 +92410,7 @@ }, "edited": { "descriptionHtml": "

The title, description, or README of a project in the organization was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91213,6 +92662,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91344,6 +92798,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91529,6 +92988,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -91551,7 +93015,7 @@ }, "reopened": { "descriptionHtml": "

A project in the organization was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91726,6 +93190,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91857,6 +93326,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92042,6 +93516,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -92066,7 +93545,7 @@ "projects_v2_item": { "archived": { "descriptionHtml": "

An item on an organization project was archived. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92287,6 +93766,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92327,7 +93811,7 @@ }, "converted": { "descriptionHtml": "

A draft issue in an organization project was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92548,240 +94032,250 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "archived_at", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "

An item was added to a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "created" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2_item", - "in": "body", - "description": "

An item belonging to a project

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "

The type of content tracked in a project item

", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "

A GitHub user.

", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "

An item was added to a project in the organization.

", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "created" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "projects_v2_item", + "in": "body", + "description": "

An item belonging to a project

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "

The type of content tracked in a project item

", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -92823,7 +94317,7 @@ }, "deleted": { "descriptionHtml": "

An item was deleted from a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93018,6 +94512,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93058,7 +94557,7 @@ }, "edited": { "descriptionHtml": "

The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93259,6 +94758,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93299,7 +94803,7 @@ }, "reordered": { "descriptionHtml": "

The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93520,6 +95024,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93560,7 +95069,7 @@ }, "restored": { "descriptionHtml": "

An archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93781,6 +95290,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94006,6 +95520,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94300,6 +95819,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94460,6 +95984,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95052,6 +96581,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95235,7 +96769,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -95391,6 +96925,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -96034,6 +97573,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96217,7 +97761,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -96373,6 +97917,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -96600,6 +98149,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96745,6 +98299,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97177,6 +98736,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -97512,6 +99076,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97672,6 +99241,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98264,6 +99838,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98447,7 +100026,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -98603,6 +100182,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -99246,6 +100830,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99429,7 +101018,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -99585,6 +101174,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -99812,6 +101406,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99956,6 +101555,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100388,6 +101992,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -100730,6 +102339,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100890,6 +102504,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101482,6 +103101,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101665,7 +103289,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -101821,6 +103445,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -102464,6 +104093,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102647,7 +104281,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -102803,6 +104437,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -103030,6 +104669,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103175,6 +104819,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103607,6 +105256,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -103921,6 +105575,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104173,6 +105832,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104377,6 +106041,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104507,6 +106176,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104637,6 +106311,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104741,11 +106420,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -104812,12 +106766,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -104830,24 +106778,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -104868,25 +106804,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -104938,12 +106856,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -104951,136 +106863,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -105128,25 +106924,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -105157,133 +106965,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -105292,130 +107095,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -105428,36 +107216,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -105467,6 +107259,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -105474,56 +107272,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -105534,10 +107332,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105564,155 +107372,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -105764,12 +107806,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -105777,136 +107813,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -105952,12 +107872,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -105965,151 +107879,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -106118,130 +108045,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -106254,36 +108166,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -106293,6 +108209,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -106300,56 +108222,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -106360,10 +108282,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -106639,6 +108571,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106823,6 +108760,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106926,7 +108868,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -107234,6 +109176,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107486,6 +109433,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107690,6 +109642,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107820,6 +109777,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107950,6 +109912,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108054,11 +110021,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -108125,12 +110367,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -108143,24 +110379,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -108181,25 +110405,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -108251,12 +110457,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -108264,136 +110464,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -108441,25 +110525,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -108470,133 +110566,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -108605,130 +110696,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -108741,36 +110817,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -108780,6 +110860,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -108787,56 +110873,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -108847,10 +110933,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -108877,155 +110973,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -109077,12 +111407,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -109090,136 +111414,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -109265,12 +111473,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -109278,151 +111480,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -109431,130 +111646,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -109567,36 +111767,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -109606,6 +111810,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -109613,56 +111823,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -109673,10 +111883,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -109952,6 +112172,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110136,6 +112361,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110239,7 +112469,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -110484,6 +112714,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110802,6 +113037,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110962,6 +113202,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111554,6 +113799,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111893,6 +114143,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -112536,6 +114791,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -112875,6 +115135,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -113103,6 +115368,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113248,6 +115518,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113680,6 +115955,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -114057,6 +116337,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114309,6 +116594,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114513,6 +116803,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114643,6 +116938,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114773,6 +117073,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114877,11 +117182,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -114948,12 +117528,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -114966,24 +117540,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -115004,25 +117566,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115074,12 +117618,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115087,136 +117625,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -115264,25 +117686,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -115293,133 +117727,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -115428,130 +117857,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -115564,36 +117978,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115603,6 +118021,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115610,56 +118034,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115670,10 +118094,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115700,155 +118134,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115900,12 +118568,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115913,136 +118575,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -116088,12 +118634,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -116101,151 +118641,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -116254,130 +118807,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -116390,36 +118928,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -116429,6 +118971,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -116436,56 +118984,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -116496,10 +119044,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116775,6 +119333,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116959,6 +119522,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117062,7 +119630,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -117447,6 +120015,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117607,6 +120180,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118199,6 +120777,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118382,7 +120965,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -118538,6 +121121,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -119181,6 +121769,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119364,7 +121957,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -119520,6 +122113,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -119748,6 +122346,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119893,6 +122496,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120325,6 +122933,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -120660,6 +123273,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120820,6 +123438,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121412,6 +124035,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121595,7 +124223,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -121751,6 +124379,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -122394,6 +125027,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122577,7 +125215,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -122733,6 +125371,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -122961,6 +125604,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123105,6 +125753,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123537,6 +126190,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -123782,6 +126440,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124100,6 +126763,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124260,6 +126928,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124852,6 +127525,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125191,6 +127869,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -125834,6 +128517,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126173,6 +128861,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -126401,6 +129094,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126546,6 +129244,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126978,6 +129681,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -127285,6 +129993,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127537,6 +130250,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127741,6 +130459,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127871,6 +130594,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128001,6 +130729,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128105,11 +130838,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -128176,12 +131184,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -128194,24 +131196,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -128232,25 +131222,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -128302,12 +131274,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -128315,136 +131281,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -128492,25 +131342,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -128521,133 +131383,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -128656,130 +131513,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -128792,36 +131634,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -128831,6 +131677,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -128838,56 +131690,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -128898,10 +131750,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128928,155 +131790,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -129128,12 +132224,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -129141,136 +132231,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -129316,12 +132290,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -129329,151 +132297,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -129482,130 +132463,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -129618,36 +132584,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -129657,6 +132627,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -129664,56 +132640,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -129724,10 +132700,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130003,6 +132989,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130187,6 +133178,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130290,7 +133286,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -130598,6 +133594,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130850,6 +133851,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131054,6 +134060,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131184,6 +134195,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131314,6 +134330,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131418,11 +134439,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -131489,12 +134785,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -131507,24 +134797,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -131545,25 +134823,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -131615,12 +134875,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -131628,136 +134882,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -131805,25 +134943,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -131834,133 +134984,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -131969,130 +135114,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -132105,36 +135235,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -132144,6 +135278,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -132151,56 +135291,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -132211,10 +135351,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -132241,155 +135391,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -132441,12 +135825,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -132454,136 +135832,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -132629,12 +135891,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -132642,151 +135898,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -132795,130 +136064,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -132931,36 +136185,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -132970,6 +136228,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -132977,56 +136241,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -133037,10 +136301,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -133316,6 +136590,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133500,6 +136779,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133603,7 +136887,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -133911,6 +137195,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134163,6 +137452,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134367,6 +137661,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134497,6 +137796,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134627,6 +137931,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134731,11 +138040,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -134802,12 +138386,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -134820,24 +138398,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -134858,25 +138424,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -134928,12 +138476,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -134941,136 +138483,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -135118,25 +138544,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -135147,133 +138585,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -135282,130 +138715,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -135418,36 +138836,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -135457,6 +138879,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -135464,56 +138892,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -135524,10 +138952,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -135554,155 +138992,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -135754,12 +139426,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -135767,136 +139433,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -135944,25 +139494,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -135973,133 +139535,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -136108,130 +139665,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -136244,36 +139786,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -136283,6 +139829,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -136290,56 +139842,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -136350,10 +139902,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -136629,6 +140191,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136813,6 +140380,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136916,7 +140488,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -137251,6 +140823,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137411,6 +140988,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -138003,6 +141585,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -138186,7 +141773,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -138342,6 +141929,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -138985,6 +142577,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139168,7 +142765,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -139324,376 +142921,391 @@ "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -140135,6 +143747,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -140266,6 +143883,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140755,6 +144377,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140915,6 +144542,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141507,6 +145139,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141690,7 +145327,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -141846,6 +145483,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142489,6 +146131,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142672,7 +146319,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -142821,384 +146468,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -143632,6 +147294,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -143764,6 +147431,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144258,6 +147930,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144418,6 +148095,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145010,6 +148692,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145193,7 +148880,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -145349,6 +149036,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -145992,6 +149684,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146175,7 +149872,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -146324,384 +150021,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -147135,6 +150847,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -147298,6 +151015,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147592,6 +151314,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147752,6 +151479,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148344,6 +152076,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148527,7 +152264,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -148683,6 +152420,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -149326,6 +153068,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149509,7 +153256,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -149658,385 +153405,400 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -150470,6 +154232,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -150855,6 +154622,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151015,6 +154787,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151607,6 +155384,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151790,7 +155572,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -151946,6 +155728,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -152589,6 +156376,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152772,7 +156564,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -152928,6 +156720,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -153155,6 +156952,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153300,6 +157102,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153724,348 +157531,358 @@ "enum": [ "Bot", "User", - "Organization", - "Mannequin" + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", + "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "integer", + "name": "number", + "in": "body", + "description": "

The pull request number.

", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "pull_request", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "_links", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "commits", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "html", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "issue", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comment", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "self", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "statuses", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string or null", + "name": "active_lock_reason", + "description": "", + "isRequired": true, + "enum": [ + "resolved", + "off-topic", + "too heated", + "spam", + null + ] + }, + { + "type": "integer", + "name": "additions", + "description": "" + }, + { + "type": "object or null", + "name": "assignee", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", - "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "integer", - "name": "number", - "in": "body", - "description": "

The pull request number.

", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "pull_request", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "_links", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "commits", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "html", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "issue", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comment", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "self", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "statuses", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string or null", - "name": "active_lock_reason", - "description": "", - "isRequired": true, - "enum": [ - "resolved", - "off-topic", - "too heated", - "spam", - null - ] - }, - { - "type": "integer", - "name": "additions", - "description": "" - }, - { - "type": "object or null", - "name": "assignee", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -154227,6 +158044,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154819,6 +158641,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155002,7 +158829,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -155158,6 +158985,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -155801,6 +159633,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155984,7 +159821,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -156140,6 +159977,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156367,6 +160209,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156511,6 +160358,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156942,6 +160794,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -157397,6 +161254,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -157681,6 +161543,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157840,6 +161707,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158432,6 +162304,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158615,7 +162492,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -158771,6 +162648,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159392,6 +163274,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159575,7 +163462,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -159731,6 +163618,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159964,6 +163856,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160386,6 +164283,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -160839,6 +164741,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -161122,6 +165029,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161281,6 +165193,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161873,6 +165790,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -162056,7 +165978,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -162212,6 +166134,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -162834,6 +166761,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163017,7 +166949,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -163173,6 +167105,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -163405,6 +167342,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163827,6 +167769,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -164302,6 +168249,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -164585,6 +168537,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164744,6 +168701,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165336,6 +169298,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165519,7 +169486,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -165675,6 +169642,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -166297,6 +170269,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166480,7 +170457,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -166636,6 +170613,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -166869,6 +170851,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167287,6 +171274,11 @@ "Mannequin" ] }, + { + "type": "string", + "name": "user_view_type", + "description": "" + }, { "type": "string", "name": "url", @@ -167617,6 +171609,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167777,6 +171774,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168369,6 +172371,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168552,7 +172559,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -168708,6 +172715,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169331,6 +173343,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169514,7 +173531,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -169670,6 +173687,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169902,6 +173924,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -170324,6 +174351,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -170567,6 +174599,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -170905,6 +174942,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171065,6 +175107,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171631,6 +175678,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171940,6 +175992,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -172537,6 +176594,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172846,6 +176908,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -173079,6 +177146,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -173501,6 +177573,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -173738,6 +177815,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -174054,6 +178136,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174214,6 +178301,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174806,6 +178898,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174989,7 +179086,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -175145,6 +179242,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -175768,6 +179870,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175951,7 +180058,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -176107,6 +180214,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -176340,6 +180452,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176762,6 +180879,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -176999,6 +181121,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -177316,6 +181443,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -177476,6 +181608,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178049,6 +182186,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178363,6 +182505,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -178967,6 +183114,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179281,6 +183433,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -179513,6 +183670,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179935,6 +184097,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -180370,6 +184537,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -180685,6 +184857,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180845,6 +185022,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181418,6 +185600,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181732,6 +185919,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -182336,6 +186528,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -182650,6 +186847,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -182882,6 +187084,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183303,6 +187510,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -183737,6 +187949,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -184336,6 +188553,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184463,6 +188685,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184971,6 +189198,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185387,6 +189619,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185515,6 +189752,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185779,6 +190021,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186353,6 +190600,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186913,6 +191165,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187521,6 +191778,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187884,6 +192146,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188250,6 +192517,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188809,6 +193081,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -189172,6 +193449,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190244,6 +194526,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -194970,7 +199257,7 @@ "repository_vulnerability_alert": { "create": { "descriptionHtml": "

A repository vulnerability alert was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -195252,7 +199539,7 @@ }, "dismiss": { "descriptionHtml": "

A repository vulnerability alert was dismissed.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -195424,6 +199711,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195542,7 +199834,7 @@ }, "reopen": { "descriptionHtml": "

A previously dismissed or resolved repository vulnerability alert was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -195824,7 +200116,7 @@ }, "resolve": { "descriptionHtml": "

A repository vulnerability alert was marked as resolved.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -196305,6 +200597,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196460,6 +200757,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196713,6 +201015,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196868,6 +201175,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197121,6 +201433,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197276,6 +201593,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197530,6 +201852,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197685,6 +202012,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198912,6 +203244,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199044,6 +203381,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199164,6 +203506,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199394,6 +203741,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199526,6 +203878,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199646,6 +204003,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199898,6 +204260,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200030,6 +204397,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200150,6 +204522,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200386,6 +204763,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200518,6 +204900,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200638,6 +205025,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200951,6 +205343,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201083,6 +205480,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201203,6 +205605,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201510,6 +205917,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201642,6 +206054,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201762,6 +206179,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -204261,6 +208683,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -204438,6 +208865,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -205042,6 +209474,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -205551,6 +209988,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -206054,6 +210496,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -206558,6 +211005,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -206859,6 +211311,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -207347,6 +211804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -207829,6 +212291,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -208055,6 +212522,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -209822,6 +214294,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -210310,6 +214787,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -210904,6 +215386,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211130,6 +215617,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, diff --git a/src/webhooks/data/ghes-3.13/schema.json b/src/webhooks/data/ghes-3.13/schema.json index 01a473ce4af1..e67bc68dbe9f 100644 --- a/src/webhooks/data/ghes-3.13/schema.json +++ b/src/webhooks/data/ghes-3.13/schema.json @@ -1339,6 +1339,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -1760,6 +1765,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -2955,6 +2965,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -3376,6 +3391,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4572,6 +4592,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4993,6 +5018,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6201,6 +6231,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6622,6 +6657,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7834,6 +7874,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -8737,6 +8782,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -9638,6 +9688,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10488,6 +10543,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10893,6 +10953,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11403,13 +11468,14 @@ ] }, { - "type": "string", + "type": "string or null", "name": "state", "description": "

State of a code scanning alert.

", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11661,6 +11727,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12837,6 +12908,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -13060,7 +13136,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "

A Dependabot alert was automatically closed by a Dependabot auto-triage rule.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -13603,6 +13679,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13687,7 +13768,7 @@ }, "auto_reopened": { "descriptionHtml": "

A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14230,6 +14311,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14314,7 +14400,7 @@ }, "created": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14857,6 +14943,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14941,7 +15032,7 @@ }, "dismissed": { "descriptionHtml": "

A Dependabot alert was manually closed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -15484,6 +15575,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -15568,7 +15664,7 @@ }, "fixed": { "descriptionHtml": "

A manifest file change removed a vulnerability.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -16111,6 +16207,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16195,7 +16296,7 @@ }, "reintroduced": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency that had previously been fixed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -16738,6 +16839,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16822,7 +16928,7 @@ }, "reopened": { "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -17365,6 +17471,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -17840,6 +17951,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18048,6 +18164,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18670,6 +18791,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19749,6 +19875,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20013,6 +20144,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20291,6 +20427,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20543,6 +20684,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20747,6 +20893,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20877,6 +21028,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21007,6 +21163,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21111,11 +21272,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -21182,12 +21618,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -21200,24 +21630,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -21238,25 +21656,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -21308,12 +21708,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -21321,136 +21715,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -21498,25 +21776,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -21527,133 +21817,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -21662,130 +21947,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -21798,36 +22068,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -21837,6 +22111,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -21844,56 +22124,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -21904,10 +22184,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -21934,155 +22224,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -22134,12 +22658,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -22147,136 +22665,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22322,12 +22724,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -22335,151 +22731,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -22488,130 +22897,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -22624,36 +23018,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -22663,6 +23061,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -22670,56 +23074,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -22730,10 +23134,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -23009,6 +23423,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23193,6 +23612,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23387,6 +23811,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23804,6 +24233,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24148,6 +24582,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24670,6 +25109,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24884,6 +25328,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25029,6 +25478,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25446,6 +25900,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25784,6 +26243,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26306,6 +26770,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26519,6 +26988,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26730,6 +27204,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26855,6 +27334,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27065,6 +27549,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27403,6 +27892,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27925,6 +28419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28139,6 +28638,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28425,6 +28929,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28633,6 +29142,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29155,6 +29669,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29367,6 +29886,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29965,6 +30489,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31046,6 +31575,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31087,7 +31621,7 @@ "discussion": { "answered": { "descriptionHtml": "

A comment on the discussion was marked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -31367,6 +31901,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -31508,6 +32047,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31881,6 +32425,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31983,7 +32532,7 @@ }, "category_changed": { "descriptionHtml": "

The category of a discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32216,6 +32765,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32589,6 +33143,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32691,7 +33250,7 @@ }, "closed": { "descriptionHtml": "

A discussion was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32840,6 +33399,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33213,6 +33777,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33315,7 +33884,7 @@ }, "created": { "descriptionHtml": "

A discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -33464,6 +34033,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33837,6 +34411,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33939,7 +34518,7 @@ }, "deleted": { "descriptionHtml": "

A discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34088,6 +34667,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34461,6 +35045,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34563,7 +35152,7 @@ }, "edited": { "descriptionHtml": "

The title or body on a discussion was edited, or the category of the discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34746,6 +35335,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35119,6 +35713,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35221,7 +35820,7 @@ }, "labeled": { "descriptionHtml": "

A label was added to a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35370,6 +35969,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35743,6 +36347,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35896,7 +36505,7 @@ }, "locked": { "descriptionHtml": "

A discussion was locked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36045,6 +36654,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36418,6 +37032,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36520,7 +37139,7 @@ }, "pinned": { "descriptionHtml": "

A discussion was pinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36669,6 +37288,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37042,6 +37666,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37144,7 +37773,7 @@ }, "reopened": { "descriptionHtml": "

A discussion was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -37293,6 +37922,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37666,6 +38300,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37768,7 +38407,7 @@ }, "transferred": { "descriptionHtml": "

A discussion was transferred to another repository.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -37923,6 +38562,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38296,6 +38940,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38550,6 +39199,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38722,6 +39376,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39760,7 +40419,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -39995,6 +40654,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40368,6 +41032,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40470,7 +41139,7 @@ }, "unanswered": { "descriptionHtml": "

A comment on the discussion was unmarked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -40619,6 +41288,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40992,6 +41666,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41313,6 +41992,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -41351,7 +42035,7 @@ }, "unlabeled": { "descriptionHtml": "

A label was removed from a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -41500,6 +42184,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41873,6 +42562,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42026,7 +42720,7 @@ }, "unlocked": { "descriptionHtml": "

A discussion was unlocked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -42175,6 +42869,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42548,6 +43247,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42650,7 +43354,7 @@ }, "unpinned": { "descriptionHtml": "

A discussion was unpinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -42799,6 +43503,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43172,6 +43881,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43276,7 +43990,7 @@ "discussion_comment": { "created": { "descriptionHtml": "

A comment on a discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -43557,6 +44271,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -43698,6 +44417,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44071,6 +44795,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44173,7 +44902,7 @@ }, "deleted": { "descriptionHtml": "

A comment on a discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -44454,6 +45183,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -44595,6 +45329,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44968,6 +45707,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45070,7 +45814,7 @@ }, "edited": { "descriptionHtml": "

A comment on a discussion was edited.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -45374,6 +46118,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -45515,6 +46264,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45888,6 +46642,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46594,6 +47353,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47159,6 +47923,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47837,6 +48606,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48106,6 +48880,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48320,6 +49099,11 @@ "type": "null", "name": "website_url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48698,6 +49482,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -48855,6 +49644,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49137,6 +49931,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49497,6 +50296,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -49759,6 +50563,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50057,6 +50866,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -50214,6 +51028,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50496,6 +51315,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50856,6 +51680,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -51140,6 +51969,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51438,6 +52272,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -51595,6 +52434,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51877,6 +52721,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52237,6 +53086,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -52408,6 +53262,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52562,6 +53421,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52842,6 +53706,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53104,6 +53973,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53704,6 +54578,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -54028,6 +54907,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54388,6 +55272,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -54590,6 +55479,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54869,6 +55763,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55131,6 +56030,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55729,6 +56633,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -56168,6 +57077,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56430,6 +57344,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57030,6 +57949,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -57177,6 +58101,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57491,6 +58420,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57771,6 +58705,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58033,6 +58972,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58633,6 +59577,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -58886,6 +59835,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59166,6 +60120,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59428,6 +60387,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60028,6 +60992,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -60280,6 +61249,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60519,6 +61493,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60781,6 +61760,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61379,6 +62363,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -61817,6 +62806,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62079,6 +63073,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62678,6 +63677,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -62826,6 +63830,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63095,6 +64104,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63374,6 +64388,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63636,6 +64655,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64234,6 +65258,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -64781,6 +65810,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65124,6 +66158,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65404,6 +66443,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65666,6 +66710,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66265,6 +67314,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -66467,6 +67521,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66746,6 +67805,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67008,6 +68072,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67606,6 +68675,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -68044,6 +69118,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68306,6 +69385,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68908,6 +69992,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -69102,6 +70191,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69381,6 +70475,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69643,6 +70742,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70241,6 +71345,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -70790,6 +71899,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71133,6 +72247,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71412,6 +72531,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71674,6 +72798,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72272,6 +73401,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -72442,6 +73576,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72596,6 +73735,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72876,6 +74020,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73138,6 +74287,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73738,6 +74892,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -73941,6 +75100,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74221,6 +75385,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74483,6 +75652,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75083,6 +76257,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -75335,6 +76514,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75574,6 +76758,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75836,6 +77025,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76434,6 +77628,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -76636,6 +77835,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76915,6 +78119,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77177,6 +78386,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77775,6 +78989,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -78371,6 +79590,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78593,6 +79817,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78776,6 +80005,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78961,6 +80195,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79326,6 +80565,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79875,6 +81119,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80159,6 +81408,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80444,6 +81698,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80777,6 +82036,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81061,6 +82325,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81352,6 +82621,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -81566,6 +82840,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -81792,6 +83071,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81966,6 +83250,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -82155,6 +83444,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -82388,6 +83682,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -82629,6 +83928,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82760,6 +84064,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83290,6 +84599,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83730,6 +85044,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83862,6 +85181,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84147,6 +85471,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84551,6 +85880,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84631,7 +85965,7 @@ "personal_access_token_request": { "approved": { "descriptionHtml": "

A fine-grained personal access token request was approved.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -84785,6 +86119,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84978,7 +86317,7 @@ }, "cancelled": { "descriptionHtml": "

A fine-grained personal access token request was cancelled by the requester.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -85132,6 +86471,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85325,7 +86669,7 @@ }, "created": { "descriptionHtml": "

A fine-grained personal access token request was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -85479,6 +86823,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85671,7 +87020,7 @@ }, "denied": { "descriptionHtml": "

A fine-grained personal access token request was denied.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -85825,6 +87174,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86416,6 +87770,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86675,6 +88034,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86935,6 +88299,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87217,6 +88586,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87500,6 +88874,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87745,6 +89124,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88010,6 +89394,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88275,6 +89664,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88573,6 +89967,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88837,6 +90236,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89437,7 +90841,7 @@ "projects_v2": { "closed": { "descriptionHtml": "

A project in the organization was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -89612,6 +91016,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89743,6 +91152,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89928,6 +91342,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -89950,7 +91369,7 @@ }, "created": { "descriptionHtml": "

A project in the organization was created.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -90125,6 +91544,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90256,6 +91680,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90441,6 +91870,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -90463,7 +91897,7 @@ }, "deleted": { "descriptionHtml": "

A project in the organization was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -90638,6 +92072,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90769,6 +92208,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90954,6 +92398,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -90976,7 +92425,7 @@ }, "edited": { "descriptionHtml": "

The title, description, or README of a project in the organization was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91228,6 +92677,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91359,6 +92813,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91544,6 +93003,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -91566,7 +93030,7 @@ }, "reopened": { "descriptionHtml": "

A project in the organization was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91741,6 +93205,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91872,6 +93341,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92057,6 +93531,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -92081,7 +93560,7 @@ "projects_v2_item": { "archived": { "descriptionHtml": "

An item on an organization project was archived. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92302,6 +93781,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92342,7 +93826,7 @@ }, "converted": { "descriptionHtml": "

A draft issue in an organization project was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92563,240 +94047,250 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "archived_at", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "

An item was added to a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "created" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2_item", - "in": "body", - "description": "

An item belonging to a project

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "

The type of content tracked in a project item

", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "

A GitHub user.

", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "

An item was added to a project in the organization.

", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "created" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "projects_v2_item", + "in": "body", + "description": "

An item belonging to a project

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "

The type of content tracked in a project item

", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -92838,7 +94332,7 @@ }, "deleted": { "descriptionHtml": "

An item was deleted from a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93033,6 +94527,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93073,7 +94572,7 @@ }, "edited": { "descriptionHtml": "

The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93274,6 +94773,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93314,7 +94818,7 @@ }, "reordered": { "descriptionHtml": "

The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93535,6 +95039,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93575,7 +95084,7 @@ }, "restored": { "descriptionHtml": "

An archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93796,6 +95305,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94021,6 +95535,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94315,6 +95834,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94475,6 +95999,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95067,6 +96596,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95250,7 +96784,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -95406,6 +96940,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -96049,6 +97588,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96232,7 +97776,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -96388,6 +97932,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -96615,6 +98164,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96760,6 +98314,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97192,6 +98751,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -97527,6 +99091,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97687,6 +99256,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98279,6 +99853,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98462,7 +100041,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -98618,6 +100197,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -99261,6 +100845,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99444,7 +101033,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -99600,6 +101189,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -99827,6 +101421,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99971,6 +101570,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100403,6 +102007,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -100745,6 +102354,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100905,6 +102519,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101497,6 +103116,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101680,7 +103304,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -101836,6 +103460,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -102479,6 +104108,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102662,7 +104296,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -102818,6 +104452,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -103045,6 +104684,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103190,6 +104834,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103622,6 +105271,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -103936,6 +105590,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104188,6 +105847,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104392,6 +106056,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104522,6 +106191,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104652,6 +106326,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104756,11 +106435,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -104827,12 +106781,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -104845,24 +106793,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -104883,25 +106819,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -104953,12 +106871,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -104966,136 +106878,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -105143,25 +106939,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -105172,133 +106980,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -105307,130 +107110,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -105443,36 +107231,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -105482,6 +107274,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -105489,56 +107287,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -105549,10 +107347,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105579,155 +107387,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -105779,12 +107821,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -105792,136 +107828,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -105967,12 +107887,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -105980,151 +107894,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -106133,130 +108060,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -106269,36 +108181,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -106308,6 +108224,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -106315,56 +108237,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -106375,10 +108297,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -106654,6 +108586,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106838,6 +108775,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106941,7 +108883,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -107249,6 +109191,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107501,6 +109448,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107705,6 +109657,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107835,6 +109792,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107965,6 +109927,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108069,11 +110036,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -108140,12 +110382,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -108158,24 +110394,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -108196,25 +110420,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -108266,12 +110472,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -108279,136 +110479,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -108456,25 +110540,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -108485,133 +110581,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -108620,130 +110711,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -108756,36 +110832,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -108795,6 +110875,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -108802,56 +110888,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -108862,10 +110948,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -108892,155 +110988,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -109092,12 +111422,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -109105,136 +111429,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -109280,12 +111488,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -109293,151 +111495,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -109446,130 +111661,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -109582,36 +111782,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -109621,6 +111825,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -109628,56 +111838,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -109688,10 +111898,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -109967,6 +112187,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110151,6 +112376,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110254,7 +112484,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -110499,6 +112729,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110817,6 +113052,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110977,6 +113217,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111569,6 +113814,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111908,6 +114158,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -112551,6 +114806,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -112890,6 +115150,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -113118,6 +115383,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113263,6 +115533,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113695,6 +115970,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -114072,6 +116352,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114324,6 +116609,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114528,6 +116818,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114658,6 +116953,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114788,6 +117088,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114892,11 +117197,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -114963,12 +117543,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -114981,24 +117555,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -115019,25 +117581,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115089,12 +117633,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115102,136 +117640,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -115279,25 +117701,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -115308,133 +117742,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -115443,130 +117872,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -115579,36 +117993,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115618,6 +118036,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115625,56 +118049,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115685,10 +118109,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115715,155 +118149,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115915,12 +118583,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115928,136 +118590,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -116103,12 +118649,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -116116,151 +118656,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -116269,130 +118822,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -116405,36 +118943,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -116444,6 +118986,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -116451,56 +118999,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -116511,10 +119059,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116790,6 +119348,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116974,6 +119537,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117077,7 +119645,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -117462,6 +120030,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117622,6 +120195,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118214,6 +120792,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118397,7 +120980,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -118553,6 +121136,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -119196,6 +121784,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119379,7 +121972,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -119535,6 +122128,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -119763,6 +122361,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119908,6 +122511,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120340,6 +122948,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -120675,6 +123288,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120835,6 +123453,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121427,6 +124050,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121610,7 +124238,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -121766,6 +124394,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -122409,6 +125042,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122592,7 +125230,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -122748,6 +125386,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -122976,6 +125619,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123120,6 +125768,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123552,6 +126205,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -123797,6 +126455,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124115,6 +126778,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124275,6 +126943,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124867,6 +127540,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125206,6 +127884,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -125849,6 +128532,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126188,6 +128876,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -126416,6 +129109,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126561,6 +129259,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126993,6 +129696,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -127300,6 +130008,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127552,6 +130265,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127756,6 +130474,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127886,6 +130609,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128016,6 +130744,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128120,11 +130853,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -128191,12 +131199,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -128209,24 +131211,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -128247,25 +131237,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -128317,12 +131289,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -128330,136 +131296,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -128507,25 +131357,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -128536,133 +131398,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -128671,130 +131528,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -128807,36 +131649,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -128846,6 +131692,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -128853,56 +131705,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -128913,10 +131765,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128943,155 +131805,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -129143,12 +132239,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -129156,136 +132246,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -129331,12 +132305,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -129344,151 +132312,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -129497,130 +132478,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -129633,36 +132599,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -129672,6 +132642,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -129679,56 +132655,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -129739,10 +132715,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130018,6 +133004,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130202,6 +133193,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130305,7 +133301,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -130613,6 +133609,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130865,6 +133866,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131069,6 +134075,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131199,6 +134210,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131329,6 +134345,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131433,11 +134454,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -131504,12 +134800,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -131522,24 +134812,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -131560,25 +134838,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -131630,12 +134890,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -131643,136 +134897,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -131820,25 +134958,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -131849,133 +134999,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -131984,130 +135129,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -132120,36 +135250,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -132159,6 +135293,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -132166,56 +135306,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -132226,10 +135366,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -132256,155 +135406,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -132456,12 +135840,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -132469,136 +135847,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -132644,12 +135906,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -132657,151 +135913,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -132810,130 +136079,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -132946,36 +136200,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -132985,6 +136243,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -132992,56 +136256,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -133052,10 +136316,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -133331,6 +136605,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133515,6 +136794,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133618,7 +136902,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -133926,6 +137210,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134178,6 +137467,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134382,6 +137676,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134512,6 +137811,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134642,6 +137946,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134746,11 +138055,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -134817,12 +138401,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -134835,24 +138413,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -134873,25 +138439,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -134943,12 +138491,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -134956,136 +138498,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -135133,25 +138559,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -135162,133 +138600,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -135297,130 +138730,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -135433,36 +138851,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -135472,6 +138894,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -135479,56 +138907,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -135539,10 +138967,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -135569,155 +139007,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -135769,12 +139441,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -135782,136 +139448,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -135959,25 +139509,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -135988,133 +139550,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -136123,130 +139680,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -136259,36 +139801,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -136298,6 +139844,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -136305,56 +139857,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -136365,10 +139917,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -136644,6 +140206,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136828,6 +140395,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136931,7 +140503,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -137266,6 +140838,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137426,6 +141003,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -138018,6 +141600,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -138201,7 +141788,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -138357,6 +141944,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -139000,6 +142592,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139183,7 +142780,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -139339,376 +142936,391 @@ "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -140150,6 +143762,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -140281,6 +143898,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140770,6 +144392,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140930,6 +144557,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141522,6 +145154,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141705,7 +145342,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -141861,6 +145498,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142504,6 +146146,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142687,7 +146334,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -142836,384 +146483,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -143647,6 +147309,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -143779,6 +147446,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144273,6 +147945,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144433,6 +148110,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145025,6 +148707,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145208,7 +148895,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -145364,6 +149051,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -146007,6 +149699,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146190,7 +149887,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -146339,384 +150036,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -147150,6 +150862,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -147313,6 +151030,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147607,6 +151329,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147767,6 +151494,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148359,6 +152091,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148542,7 +152279,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -148698,6 +152435,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -149341,6 +153083,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149524,7 +153271,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -149673,385 +153420,400 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -150485,6 +154247,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -150870,6 +154637,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151030,6 +154802,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151622,6 +155399,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151805,7 +155587,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -151961,6 +155743,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -152604,6 +156391,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152787,7 +156579,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -152943,6 +156735,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -153170,6 +156967,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153315,6 +157117,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153739,348 +157546,358 @@ "enum": [ "Bot", "User", - "Organization", - "Mannequin" + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", + "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "integer", + "name": "number", + "in": "body", + "description": "

The pull request number.

", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "pull_request", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "_links", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "commits", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "html", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "issue", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comment", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "self", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "statuses", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string or null", + "name": "active_lock_reason", + "description": "", + "isRequired": true, + "enum": [ + "resolved", + "off-topic", + "too heated", + "spam", + null + ] + }, + { + "type": "integer", + "name": "additions", + "description": "" + }, + { + "type": "object or null", + "name": "assignee", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", - "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "integer", - "name": "number", - "in": "body", - "description": "

The pull request number.

", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "pull_request", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "_links", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "commits", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "html", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "issue", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comment", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "self", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "statuses", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string or null", - "name": "active_lock_reason", - "description": "", - "isRequired": true, - "enum": [ - "resolved", - "off-topic", - "too heated", - "spam", - null - ] - }, - { - "type": "integer", - "name": "additions", - "description": "" - }, - { - "type": "object or null", - "name": "assignee", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" }, { "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -154242,6 +158059,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154834,6 +158656,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155017,7 +158844,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -155173,6 +159000,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -155816,6 +159648,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155999,7 +159836,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -156155,6 +159992,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156382,6 +160224,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156526,6 +160373,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156957,6 +160809,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -157412,6 +161269,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -157696,6 +161558,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157855,6 +161722,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158447,6 +162319,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158630,7 +162507,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -158786,6 +162663,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159407,6 +163289,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159590,7 +163477,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -159746,6 +163633,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -159979,6 +163871,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160401,6 +164298,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -160854,6 +164756,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -161137,6 +165044,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161296,6 +165208,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161888,6 +165805,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -162071,7 +165993,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -162227,6 +166149,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -162849,6 +166776,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163032,7 +166964,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -163188,6 +167120,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -163420,6 +167357,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163842,6 +167784,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -164317,6 +168264,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -164600,6 +168552,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164759,6 +168716,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165351,6 +169313,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165534,7 +169501,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -165690,6 +169657,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -166312,6 +170284,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166495,7 +170472,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -166651,6 +170628,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -166884,6 +170866,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167302,6 +171289,11 @@ "Mannequin" ] }, + { + "type": "string", + "name": "user_view_type", + "description": "" + }, { "type": "string", "name": "url", @@ -167632,6 +171624,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167792,6 +171789,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168384,6 +172386,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168567,7 +172574,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -168723,6 +172730,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169346,6 +173358,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169529,7 +173546,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -169685,6 +173702,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -169917,6 +173939,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -170339,6 +174366,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -170582,6 +174614,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -170920,6 +174957,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171080,6 +175122,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171646,6 +175693,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171955,6 +176007,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -172552,6 +176609,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172861,6 +176923,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -173094,6 +177161,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -173516,6 +177588,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -173753,6 +177830,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -174069,6 +178151,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174229,6 +178316,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174821,6 +178913,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175004,7 +179101,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -175160,6 +179257,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -175783,6 +179885,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175966,7 +180073,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -176122,6 +180229,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -176355,6 +180467,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176777,6 +180894,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -177014,6 +181136,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -177331,6 +181458,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -177491,6 +181623,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178064,6 +182201,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178378,6 +182520,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -178982,6 +183129,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179296,6 +183448,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -179528,6 +183685,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179950,6 +184112,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -180385,6 +184552,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -180700,6 +184872,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180860,6 +185037,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181433,6 +185615,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181747,6 +185934,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -182351,6 +186543,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -182665,6 +186862,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -182897,6 +187099,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183318,6 +187525,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -183752,6 +187964,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -184351,6 +188568,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184478,6 +188700,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184986,6 +189213,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185402,6 +189634,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185530,6 +189767,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185794,6 +190036,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186368,6 +190615,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186928,6 +191180,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187536,6 +191793,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187899,6 +192161,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188265,6 +192532,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188824,6 +193096,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -189187,6 +193464,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190259,6 +194541,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -194988,7 +199275,7 @@ "repository_vulnerability_alert": { "create": { "descriptionHtml": "

A repository vulnerability alert was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -195270,7 +199557,7 @@ }, "dismiss": { "descriptionHtml": "

A repository vulnerability alert was dismissed.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -195442,6 +199729,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -195560,7 +199852,7 @@ }, "reopen": { "descriptionHtml": "

A previously dismissed or resolved repository vulnerability alert was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -195842,7 +200134,7 @@ }, "resolve": { "descriptionHtml": "

A repository vulnerability alert was marked as resolved.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -196323,6 +200615,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196478,6 +200775,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196731,6 +201033,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -196886,6 +201193,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197139,6 +201451,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197294,6 +201611,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197547,6 +201869,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197702,6 +202029,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197956,6 +202288,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198111,6 +202448,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199338,6 +203680,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199470,6 +203817,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199590,6 +203942,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199820,6 +204177,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199952,6 +204314,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200072,6 +204439,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200324,6 +204696,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200456,6 +204833,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200576,6 +204958,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200812,6 +205199,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200944,6 +205336,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201064,6 +205461,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201377,6 +205779,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201509,6 +205916,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201629,6 +206041,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201936,6 +206353,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202068,6 +206490,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202188,6 +206615,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -204687,6 +209119,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -204864,6 +209301,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -205468,6 +209910,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -205977,6 +210424,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -206480,6 +210932,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -206984,6 +211441,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -207285,6 +211747,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -207773,6 +212240,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -208255,6 +212727,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -208481,6 +212958,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -210248,6 +214730,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -210736,6 +215223,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211330,6 +215822,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211556,6 +216053,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, diff --git a/src/webhooks/data/ghes-3.14/schema.json b/src/webhooks/data/ghes-3.14/schema.json index 86aaafd543c3..655d896dc302 100644 --- a/src/webhooks/data/ghes-3.14/schema.json +++ b/src/webhooks/data/ghes-3.14/schema.json @@ -1075,7 +1075,7 @@ "bypass_request_secret_scanning": { "cancelled": { "descriptionHtml": "

A secret scanning push protection bypass request was cancelled.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -1286,7 +1286,7 @@ }, "completed": { "descriptionHtml": "

A secret scanning bypass request was completed.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -1497,7 +1497,7 @@ }, "created": { "descriptionHtml": "

A secret scanning push protection bypass request was created.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -1708,7 +1708,7 @@ }, "response_dismissed": { "descriptionHtml": "

A secret scanning push protection bypass response was dismissed.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -1958,7 +1958,7 @@ }, "response_submitted": { "descriptionHtml": "

A response either approving or rejecting the secret scanning push protection bypass request was submitted.

", - "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in beta and subject to change.

", + "summaryHtml": "

This event occurs when there is activity related to a user's request to bypass secret scanning push protection.

\n

For more information, see \"Enabling delegated bypass for push protection.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.

\n

Note: Delegated bypass for push protection is currently in public preview and subject to change.

", "bodyParameters": [ { "type": "string", @@ -2474,6 +2474,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -2895,6 +2900,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4090,6 +4100,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4511,6 +4526,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -5707,6 +5727,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6128,6 +6153,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7336,6 +7366,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7757,6 +7792,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -8969,6 +9009,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -9872,6 +9917,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10773,6 +10823,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11623,6 +11678,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12028,6 +12088,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12538,13 +12603,14 @@ ] }, { - "type": "string", + "type": "string or null", "name": "state", "description": "

State of a code scanning alert.

", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -12796,6 +12862,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13972,6 +14043,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -14195,7 +14271,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "

A Dependabot alert was automatically closed by a Dependabot auto-triage rule.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -14738,6 +14814,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -14822,7 +14903,7 @@ }, "auto_reopened": { "descriptionHtml": "

A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -15365,6 +15446,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -15449,7 +15535,7 @@ }, "created": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -15992,6 +16078,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16076,7 +16167,7 @@ }, "dismissed": { "descriptionHtml": "

A Dependabot alert was manually closed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -16619,6 +16710,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -16703,7 +16799,7 @@ }, "fixed": { "descriptionHtml": "

A manifest file change removed a vulnerability.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -17246,6 +17342,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -17330,7 +17431,7 @@ }, "reintroduced": { "descriptionHtml": "

A manifest file change introduced a vulnerable dependency that had previously been fixed.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -17873,6 +17974,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -17957,7 +18063,7 @@ }, "reopened": { "descriptionHtml": "

A Dependabot alert was manually reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to Dependabot alerts.

\n

For more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.

\n

Note

\n

\nWebhook events for Dependabot alerts are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -18500,6 +18606,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -18975,6 +19086,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19183,6 +19299,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -19805,6 +19926,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -20884,6 +21010,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21148,6 +21279,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21426,6 +21562,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21678,6 +21819,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21882,6 +22028,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22012,6 +22163,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22142,6 +22298,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22246,11 +22407,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -22317,12 +22753,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -22335,24 +22765,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -22373,25 +22791,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -22443,12 +22843,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -22456,136 +22850,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22633,25 +22911,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -22662,133 +22952,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -22797,130 +23082,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -22933,36 +23203,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -22972,6 +23246,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -22979,56 +23259,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -23039,10 +23319,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -23069,155 +23359,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -23269,12 +23793,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -23282,136 +23800,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -23457,12 +23859,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -23470,151 +23866,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -23623,130 +24032,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -23759,36 +24153,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -23798,6 +24196,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -23805,56 +24209,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -23865,10 +24269,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -24144,6 +24558,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24328,6 +24747,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24522,6 +24946,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24939,6 +25368,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25283,6 +25717,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25805,6 +26244,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26019,6 +26463,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26164,6 +26613,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26581,6 +27035,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26919,6 +27378,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27441,6 +27905,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27654,6 +28123,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27865,6 +28339,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27990,6 +28469,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28200,6 +28684,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28538,6 +29027,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29060,6 +29554,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29274,6 +29773,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29560,6 +30064,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29768,6 +30277,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30290,6 +30804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30502,6 +31021,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31100,6 +31624,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32181,6 +32710,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32222,7 +32756,7 @@ "discussion": { "answered": { "descriptionHtml": "

A comment on the discussion was marked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -32502,6 +33036,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -32643,6 +33182,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33016,6 +33560,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33118,7 +33667,7 @@ }, "category_changed": { "descriptionHtml": "

The category of a discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -33351,6 +33900,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33724,6 +34278,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33826,7 +34385,7 @@ }, "closed": { "descriptionHtml": "

A discussion was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -33975,6 +34534,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34348,6 +34912,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34450,7 +35019,7 @@ }, "created": { "descriptionHtml": "

A discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -34599,6 +35168,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -34972,6 +35546,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35074,7 +35653,7 @@ }, "deleted": { "descriptionHtml": "

A discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35223,6 +35802,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35596,6 +36180,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -35698,7 +36287,7 @@ }, "edited": { "descriptionHtml": "

The title or body on a discussion was edited, or the category of the discussion was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -35881,6 +36470,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36254,6 +36848,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36356,7 +36955,7 @@ }, "labeled": { "descriptionHtml": "

A label was added to a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -36505,6 +37104,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -36878,6 +37482,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37031,7 +37640,7 @@ }, "locked": { "descriptionHtml": "

A discussion was locked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -37180,6 +37789,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37553,6 +38167,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -37655,7 +38274,7 @@ }, "pinned": { "descriptionHtml": "

A discussion was pinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -37804,6 +38423,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38177,6 +38801,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38279,7 +38908,7 @@ }, "reopened": { "descriptionHtml": "

A discussion was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -38428,6 +39057,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38801,6 +39435,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -38903,7 +39542,7 @@ }, "transferred": { "descriptionHtml": "

A discussion was transferred to another repository.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -39058,6 +39697,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39431,6 +40075,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39685,6 +40334,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -39857,6 +40511,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -40895,7 +41554,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -41130,6 +41789,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41503,6 +42167,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -41605,7 +42274,7 @@ }, "unanswered": { "descriptionHtml": "

A comment on the discussion was unmarked as the answer.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -41754,6 +42423,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42127,6 +42801,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -42448,6 +43127,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -42486,7 +43170,7 @@ }, "unlabeled": { "descriptionHtml": "

A label was removed from a discussion.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -42635,6 +43319,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43008,6 +43697,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43161,7 +43855,7 @@ }, "unlocked": { "descriptionHtml": "

A discussion was unlocked.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -43310,6 +44004,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43683,6 +44382,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -43785,7 +44489,7 @@ }, "unpinned": { "descriptionHtml": "

A discussion was unpinned.

", - "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a comment on a discussion, use the discussion_comment event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -43934,6 +44638,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44307,6 +45016,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -44411,7 +45125,7 @@ "discussion_comment": { "created": { "descriptionHtml": "

A comment on a discussion was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -44692,6 +45406,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -44833,6 +45552,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45206,6 +45930,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -45308,7 +46037,7 @@ }, "deleted": { "descriptionHtml": "

A comment on a discussion was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -45589,6 +46318,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -45730,6 +46464,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46103,6 +46842,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -46205,7 +46949,7 @@ }, "edited": { "descriptionHtml": "

A comment on a discussion was edited.

", - "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in beta and subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.

\n

For activity relating to a discussion as opposed to comments on a discussion, use the discussion event.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.

\n

Note

\n

\nWebhook events for GitHub Discussions are currently in public preview and subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -46509,6 +47253,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -46650,6 +47399,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47023,6 +47777,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -47729,6 +48488,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48294,6 +49058,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -48972,6 +49741,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49241,6 +50015,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49455,6 +50234,11 @@ "type": "null", "name": "website_url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -49833,6 +50617,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -49990,6 +50779,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50272,6 +51066,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -50632,6 +51431,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -50894,6 +51698,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51192,6 +52001,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -51349,6 +52163,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51631,6 +52450,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -51991,6 +52815,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -52275,6 +53104,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -52573,6 +53407,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -52730,6 +53569,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53012,6 +53856,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53372,6 +54221,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -53543,6 +54397,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53697,6 +54556,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -53977,6 +54841,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54239,6 +55108,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -54839,6 +55713,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -55163,6 +56042,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -55523,6 +56407,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -55725,6 +56614,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56004,6 +56898,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56266,6 +57165,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -56864,6 +57768,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -57303,6 +58212,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -57565,6 +58479,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58165,6 +59084,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -58312,6 +59236,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58626,6 +59555,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -58906,6 +59840,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59168,6 +60107,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -59768,6 +60712,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -60021,6 +60970,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60301,6 +61255,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -60563,6 +61522,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61163,6 +62127,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -61415,6 +62384,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61654,6 +62628,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -61916,6 +62895,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -62514,6 +63498,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -62952,6 +63941,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63214,6 +64208,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -63813,6 +64812,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -63961,6 +64965,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64230,6 +65239,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64509,6 +65523,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -64771,6 +65790,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -65369,6 +66393,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -65916,6 +66945,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66259,6 +67293,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66539,6 +67578,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -66801,6 +67845,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67400,6 +68449,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -67602,6 +68656,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -67881,6 +68940,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68143,6 +69207,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -68741,6 +69810,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -69179,6 +70253,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -69441,6 +70520,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70043,6 +71127,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -70237,6 +71326,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70516,6 +71610,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -70778,6 +71877,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -71376,6 +72480,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -71925,6 +73034,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72268,6 +73382,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72547,6 +73666,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -72809,6 +73933,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73407,6 +74536,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -73577,6 +74711,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -73731,6 +74870,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74011,6 +75155,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74273,6 +75422,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -74873,6 +76027,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -75076,6 +76235,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75356,6 +76520,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -75618,6 +76787,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76218,6 +77392,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -76470,6 +77649,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76709,6 +77893,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -76971,6 +78160,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -77569,6 +78763,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -77771,6 +78970,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78050,6 +79254,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78312,6 +79521,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -78910,6 +80124,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -79519,6 +80738,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79741,6 +80965,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -79924,6 +81153,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80109,6 +81343,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -80474,6 +81713,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81023,6 +82267,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81307,6 +82556,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81592,6 +82846,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -81925,6 +83184,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82209,6 +83473,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -82500,6 +83769,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -82714,6 +83988,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -82940,6 +84219,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83114,6 +84398,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -83303,6 +84592,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -83536,6 +84830,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -83777,6 +85076,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -83908,6 +85212,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84438,6 +85747,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -84878,6 +86192,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85010,6 +86329,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85295,6 +86619,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85699,6 +87028,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -85779,7 +87113,7 @@ "personal_access_token_request": { "approved": { "descriptionHtml": "

A fine-grained personal access token request was approved.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -85933,6 +87267,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86126,7 +87465,7 @@ }, "cancelled": { "descriptionHtml": "

A fine-grained personal access token request was cancelled by the requester.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -86280,6 +87619,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86473,7 +87817,7 @@ }, "created": { "descriptionHtml": "

A fine-grained personal access token request was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -86627,6 +87971,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -86819,7 +88168,7 @@ }, "denied": { "descriptionHtml": "

A fine-grained personal access token request was denied.

", - "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"Creating a personal access token.\"

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.

\n

Note

\n

\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.

\n
", "bodyParameters": [ { "type": "string", @@ -86973,6 +88322,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87564,6 +88918,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -87823,6 +89182,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88083,6 +89447,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88365,6 +89734,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88648,6 +90022,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -88893,6 +90272,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89158,6 +90542,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89423,6 +90812,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89721,6 +91115,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -89985,6 +91384,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90585,7 +91989,7 @@ "projects_v2": { "closed": { "descriptionHtml": "

A project in the organization was closed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -90760,6 +92164,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -90891,6 +92300,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91076,6 +92490,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -91098,7 +92517,7 @@ }, "created": { "descriptionHtml": "

A project in the organization was created.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91273,6 +92692,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91404,6 +92828,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91589,6 +93018,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -91611,7 +93045,7 @@ }, "deleted": { "descriptionHtml": "

A project in the organization was deleted.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -91786,6 +93220,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -91917,6 +93356,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92102,6 +93546,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -92124,7 +93573,7 @@ }, "edited": { "descriptionHtml": "

The title, description, or README of a project in the organization was changed.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92376,6 +93825,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92507,6 +93961,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -92692,6 +94151,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -92714,7 +94178,7 @@ }, "reopened": { "descriptionHtml": "

A project in the organization was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a item on a project, use the projects_v2_item event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -92889,6 +94353,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93020,6 +94489,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93205,6 +94679,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -93229,7 +94708,7 @@ "projects_v2_item": { "archived": { "descriptionHtml": "

An item on an organization project was archived. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93450,6 +94929,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -93490,7 +94974,7 @@ }, "converted": { "descriptionHtml": "

A draft issue in an organization project was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -93711,240 +95195,250 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "archived_at", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "

An item was added to a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "created" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "projects_v2_item", - "in": "body", - "description": "

An item belonging to a project

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "

The type of content tracked in a project item

", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "

A GitHub user.

", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "

An item was added to a project in the organization.

", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "created" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "projects_v2_item", + "in": "body", + "description": "

An item belonging to a project

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "

The type of content tracked in a project item

", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "

A GitHub user.

", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -93986,7 +95480,7 @@ }, "deleted": { "descriptionHtml": "

An item was deleted from a project in the organization.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -94181,6 +95675,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94221,7 +95720,7 @@ }, "edited": { "descriptionHtml": "

The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -94422,6 +95921,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94462,7 +95966,7 @@ }, "reordered": { "descriptionHtml": "

The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -94683,6 +96187,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -94723,7 +96232,7 @@ }, "restored": { "descriptionHtml": "

An archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"

", - "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.

\n

For activity relating to a project (instead of an item on a project), use the projects_v2 event. For activity relating to Projects (classic), use the project, project_card, and project_column events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.

\n

Note

\n

\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.

\n
", "bodyParameters": [ { "type": "string", @@ -94944,6 +96453,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95169,6 +96683,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95463,6 +96982,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -95623,6 +97147,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96215,6 +97744,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -96398,7 +97932,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -96554,6 +98088,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -97197,6 +98736,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97380,7 +98924,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -97536,6 +99080,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -97763,6 +99312,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -97908,6 +99462,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98340,6 +99899,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -98675,6 +100239,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -98835,6 +100404,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99427,6 +101001,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -99610,7 +101189,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -99766,6 +101345,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -100409,6 +101993,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -100592,7 +102181,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -100748,6 +102337,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -100975,6 +102569,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101119,6 +102718,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -101551,6 +103155,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -101893,6 +103502,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102053,6 +103667,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102645,6 +104264,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -102828,7 +104452,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -102984,6 +104608,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -103627,6 +105256,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -103810,7 +105444,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -103966,6 +105600,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -104193,6 +105832,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104338,6 +105982,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -104770,6 +106419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105084,6 +106738,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105336,6 +106995,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105540,6 +107204,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105670,6 +107339,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105800,6 +107474,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105904,11 +107583,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -105975,12 +107929,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -105993,24 +107941,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -106031,25 +107967,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -106101,12 +108019,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -106114,136 +108026,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -106291,25 +108087,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -106320,133 +108128,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -106455,130 +108258,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -106591,36 +108379,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -106630,6 +108422,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -106637,56 +108435,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -106697,10 +108495,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -106727,155 +108535,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -106927,12 +108969,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -106940,136 +108976,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -107115,12 +109035,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -107128,151 +109042,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -107281,130 +109208,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -107417,36 +109329,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -107456,6 +109372,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -107463,56 +109385,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -107523,10 +109445,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -107802,6 +109734,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107986,6 +109923,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108089,7 +110031,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -108397,6 +110339,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108649,6 +110596,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108853,6 +110805,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108983,6 +110940,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -109113,6 +111075,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -109217,11 +111184,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -109288,12 +111530,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -109306,24 +111542,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -109344,25 +111568,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -109414,12 +111620,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -109427,136 +111627,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -109604,25 +111688,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -109633,133 +111729,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -109768,130 +111859,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -109904,36 +111980,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -109943,6 +112023,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -109950,56 +112036,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -110010,10 +112096,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -110040,155 +112136,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -110240,12 +112570,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -110253,136 +112577,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -110428,12 +112636,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -110441,151 +112643,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -110594,130 +112809,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -110730,36 +112930,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -110769,6 +112973,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -110776,56 +112986,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -110836,10 +113046,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -111115,6 +113335,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111299,6 +113524,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111402,7 +113632,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -111647,6 +113877,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111965,6 +114200,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -112125,6 +114365,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -112717,6 +114962,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113056,6 +115306,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -113699,6 +115954,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114038,6 +116298,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -114266,6 +116531,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114411,6 +116681,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114843,6 +117118,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115220,6 +117500,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115472,6 +117757,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115676,6 +117966,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115806,6 +118101,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115936,6 +118236,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116040,11 +118345,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -116111,12 +118691,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -116129,24 +118703,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -116167,25 +118729,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -116237,12 +118781,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -116250,136 +118788,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -116427,25 +118849,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -116456,133 +118890,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -116591,130 +119020,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -116727,36 +119141,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -116766,6 +119184,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -116773,56 +119197,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -116833,10 +119257,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116863,155 +119297,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -117063,12 +119731,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -117076,136 +119738,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -117251,12 +119797,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -117264,151 +119804,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -117417,130 +119970,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -117553,36 +120091,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -117592,6 +120134,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -117599,56 +120147,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -117659,10 +120207,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -117938,6 +120496,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118122,6 +120685,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118225,7 +120793,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -118610,6 +121178,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118770,6 +121343,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119362,6 +121940,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -119545,7 +122128,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -119701,6 +122284,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -120344,6 +122932,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -120527,7 +123120,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -120683,6 +123276,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -120911,6 +123509,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121056,6 +123659,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121488,6 +124096,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -121823,6 +124436,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -121983,6 +124601,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122575,6 +125198,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -122758,7 +125386,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -122914,6 +125542,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -123557,6 +126190,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123740,7 +126378,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -123896,6 +126534,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -124124,6 +126767,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124268,6 +126916,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124700,6 +127353,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -124945,6 +127603,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125263,6 +127926,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -125423,6 +128091,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126015,6 +128688,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126354,6 +129032,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -126997,6 +129680,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127336,6 +130024,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -127564,6 +130257,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -127709,6 +130407,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128141,6 +130844,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128448,6 +131156,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128700,6 +131413,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128904,6 +131622,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129034,6 +131757,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129164,6 +131892,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129268,11 +132001,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -129339,12 +132347,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -129357,24 +132359,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -129395,25 +132385,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -129465,12 +132437,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -129478,136 +132444,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -129655,25 +132505,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -129684,133 +132546,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -129819,130 +132676,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -129955,36 +132797,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -129994,6 +132840,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -130001,56 +132853,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -130061,10 +132913,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130091,155 +132953,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -130291,12 +133387,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -130304,136 +133394,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -130479,12 +133453,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -130492,151 +133460,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -130645,130 +133626,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -130781,36 +133747,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -130820,6 +133790,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -130827,56 +133803,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -130887,10 +133863,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -131166,6 +134152,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131350,6 +134341,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131453,7 +134449,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -131761,6 +134757,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132013,6 +135014,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132217,6 +135223,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132347,6 +135358,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132477,6 +135493,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132581,11 +135602,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -132652,12 +135948,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -132670,24 +135960,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -132708,25 +135986,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -132778,12 +136038,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -132791,136 +136045,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -132968,25 +136106,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -132997,133 +136147,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -133132,130 +136277,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -133268,36 +136398,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -133307,6 +136441,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -133314,56 +136454,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -133374,10 +136514,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -133404,155 +136554,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -133604,12 +136988,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -133617,136 +136995,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -133792,12 +137054,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -133805,151 +137061,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "

Returns whether or not this repository disabled.

", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -133958,130 +137227,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -134094,36 +137348,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -134133,6 +137391,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -134140,56 +137404,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -134200,10 +137464,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -134479,6 +137753,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134663,6 +137942,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134766,7 +138050,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -135074,6 +138358,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135326,6 +138615,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135530,6 +138824,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135660,6 +138959,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135790,6 +139094,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135894,11 +139203,286 @@ "isRequired": true }, { - "type": "object or null", + "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the repository.

", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -135965,12 +139549,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -135983,24 +139561,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -136021,25 +139587,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -136091,12 +139639,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -136104,136 +139646,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -136281,25 +139707,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -136310,133 +139748,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -136445,130 +139878,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -136581,36 +139999,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -136620,6 +140042,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -136627,56 +140055,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -136687,10 +140115,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -136717,155 +140155,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "

A repository on GitHub.

", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "

Unique identifier of the repository

", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "

The name of the repository.

", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "

License Simple

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "

Whether the repository is private or public.

", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -136917,12 +140589,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -136930,136 +140596,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -137107,25 +140657,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -137136,133 +140698,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "

The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.

", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "

The default branch of the repository.

", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "

Whether this repository acts as a template that can be used to generate new repositories.

", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "

Whether issues are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "

Whether projects are enabled.

", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "

Whether the wiki is enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "

Whether downloads are enabled.

", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "

Whether discussions are enabled.

", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "

Whether the repository is archived.

", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "

Returns whether or not this repository disabled.

", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "

The repository visibility: public, private, or internal.

" + "description": "

The repository visibility: public, private, or internal.

", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "

Whether to allow rebase merges for pull requests.

", + "default": true }, { "type": "string", @@ -137271,130 +140828,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "

Whether to allow squash merges for pull requests.

", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "

Whether to allow Auto-merge to be used on pull requests.

", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "

Whether to delete head branches when pull requests are merged

", + "default": false }, { - "type": "object", - "name": "license", - "description": "

License Simple

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "

Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.

", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", + "default": false + }, + { + "type": "string", + "name": "squash_merge_commit_title", + "description": "

The default value for a squash merge commit title:

\n", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" ] }, { "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "name": "squash_merge_commit_message", + "description": "

The default value for a squash merge commit message:

\n", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ] }, { - "type": "integer", - "name": "size", - "description": "", - "isRequired": true + "type": "string", + "name": "merge_commit_title", + "description": "

The default value for a merge commit title.

\n", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ] }, { "type": "string", - "name": "ssh_url", - "description": "", - "isRequired": true + "name": "merge_commit_message", + "description": "

The default value for a merge commit message.

\n", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ] }, { - "type": "integer", - "name": "stargazers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_merge_commit", + "description": "

Whether to allow merge commits for pull requests.

", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "

Whether to allow forking this repo

" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "

Whether to require contributors to sign off on web-based commits

", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "

Whether anonymous git access is enabled for this repository

" } ] }, @@ -137407,36 +140949,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "

A GitHub user.

", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -137446,6 +140992,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -137453,56 +141005,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -137513,10 +141065,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -137792,6 +141354,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137976,6 +141543,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -138079,7 +141651,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title instead.

", "default": false } ] @@ -138414,6 +141986,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -138574,6 +142151,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139166,6 +142748,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139349,7 +142936,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -139505,6 +143092,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -140148,6 +143740,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140331,7 +143928,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -140487,376 +144084,391 @@ "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -141298,6 +144910,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -141429,6 +145046,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141918,6 +145540,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142078,6 +145705,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142670,6 +146302,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142853,7 +146490,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -143009,6 +146646,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -143652,6 +147294,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143835,7 +147482,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -143984,384 +147631,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -144795,6 +148457,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -144927,6 +148594,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145421,6 +149093,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145581,6 +149258,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146173,6 +149855,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146356,7 +150043,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -146512,6 +150199,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -147155,6 +150847,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147338,7 +151035,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -147487,384 +151184,399 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -148298,6 +152010,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -148461,6 +152178,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148755,6 +152477,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148915,6 +152642,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149507,6 +153239,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149690,7 +153427,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -149846,6 +153583,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -150489,6 +154231,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150672,7 +154419,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -150821,385 +154568,400 @@ "enum": [ "Bot", "User", - "Organization" + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "

6-character hex code, without the leading #, identifying the color

", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "

The name of the label.

", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "

URL for the label

", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "

Indicates whether maintainers can modify the pull request.

" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "

A collection of related issues and pull requests.

", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "

6-character hex code, without the leading #, identifying the color

", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "

The name of the label.

", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "

URL for the label

", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "

Indicates whether maintainers can modify the pull request.

" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "

A collection of related issues and pull requests.

", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -151633,6 +155395,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -152018,6 +155785,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152178,6 +155950,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152770,6 +156547,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152953,7 +156735,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -153109,6 +156891,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -153752,6 +157539,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153935,7 +157727,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -154091,6 +157883,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -154318,6 +158115,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154463,6 +158265,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154887,348 +158694,358 @@ "enum": [ "Bot", "User", - "Organization", - "Mannequin" + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "object", + "name": "repository", + "in": "body", + "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", + "isRequired": true, + "childParamsGroups": [] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "

A GitHub user.

", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", + "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "installation", + "in": "body", + "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", + "childParamsGroups": [] + }, + { + "type": "integer", + "name": "number", + "in": "body", + "description": "

The pull request number.

", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", + "childParamsGroups": [] + }, + { + "type": "object", + "name": "pull_request", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "_links", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "commits", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "html", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "issue", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comment", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "review_comments", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "self", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "statuses", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "href", + "description": "", + "isRequired": true + } + ] + } + ] + }, + { + "type": "string or null", + "name": "active_lock_reason", + "description": "", + "isRequired": true, + "enum": [ + "resolved", + "off-topic", + "too heated", + "spam", + null + ] + }, + { + "type": "integer", + "name": "additions", + "description": "" + }, + { + "type": "object or null", + "name": "assignee", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "object", - "name": "repository", - "in": "body", - "description": "

The repository on GitHub where the event occurred. Webhook payloads contain the repository property\nwhen the event occurs from activity in a repository.

", - "isRequired": true, - "childParamsGroups": [] - }, - { - "type": "object", - "name": "sender", - "in": "body", - "description": "

A GitHub user.

", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "

Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"

", - "summaryHtml": "

This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.

\n

For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review, pull_request_review_comment, issue_comment, or pull_request_review_thread events instead.

\n

To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.

", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "

An enterprise on GitHub. Webhook payloads contain the enterprise property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "installation", - "in": "body", - "description": "

The GitHub App installation. Webhook payloads contain the installation property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"

", - "childParamsGroups": [] - }, - { - "type": "integer", - "name": "number", - "in": "body", - "description": "

The pull request number.

", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "

A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.

", - "childParamsGroups": [] - }, - { - "type": "object", - "name": "pull_request", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "_links", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "commits", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "html", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "issue", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comment", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "review_comments", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "self", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "object", - "name": "statuses", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "href", - "description": "", - "isRequired": true - } - ] - } - ] - }, - { - "type": "string or null", - "name": "active_lock_reason", - "description": "", - "isRequired": true, - "enum": [ - "resolved", - "off-topic", - "too heated", - "spam", - null - ] - }, - { - "type": "integer", - "name": "additions", - "description": "" - }, - { - "type": "object or null", - "name": "assignee", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" }, { "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -155390,6 +159207,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155982,6 +159804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156165,7 +159992,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -156321,6 +160148,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156964,6 +160796,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157147,7 +160984,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -157303,6 +161140,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -157530,6 +161372,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157674,6 +161521,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -158105,6 +161957,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -158560,6 +162417,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -158844,6 +162706,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159003,6 +162870,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159595,6 +163467,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -159778,7 +163655,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -159934,6 +163811,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -160555,6 +164437,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -160738,7 +164625,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -160894,6 +164781,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -161127,6 +165019,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -161549,6 +165446,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -162002,6 +165904,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -162285,6 +166192,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -162444,6 +166356,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163036,6 +166953,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -163219,7 +167141,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -163375,6 +167297,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -163997,6 +167924,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164180,7 +168112,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -164336,6 +168268,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -164568,6 +168505,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -164990,6 +168932,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -165465,6 +169412,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -165748,6 +169700,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -165907,6 +169864,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166499,6 +170461,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -166682,7 +170649,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -166838,6 +170805,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -167460,6 +171432,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -167643,7 +171620,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -167799,6 +171776,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -168032,6 +172014,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168450,6 +172437,11 @@ "Mannequin" ] }, + { + "type": "string", + "name": "user_view_type", + "description": "" + }, { "type": "string", "name": "url", @@ -168780,6 +172772,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -168940,6 +172937,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169532,6 +173534,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -169715,7 +173722,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -169871,6 +173878,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -170494,6 +174506,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -170677,7 +174694,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -170833,6 +174850,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -171065,6 +175087,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -171487,6 +175514,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -171730,6 +175762,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -172068,6 +176105,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172228,6 +176270,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -172794,6 +176841,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -173103,6 +177155,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -173700,6 +177757,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174009,6 +178071,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -174242,6 +178309,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -174664,6 +178736,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -174901,6 +178978,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -175217,6 +179299,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175377,6 +179464,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -175969,6 +180061,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -176152,7 +180249,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -176308,6 +180405,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -176931,6 +181033,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -177114,7 +181221,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "

Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title instead.

", + "description": "

Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title instead.

", "default": false }, { @@ -177270,6 +181377,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -177503,6 +181615,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -177925,6 +182042,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -178162,6 +182284,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -178479,6 +182606,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -178639,6 +182771,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179212,6 +183349,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -179526,6 +183668,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -180130,6 +184277,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -180444,6 +184596,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -180676,6 +184833,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -181098,6 +185260,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -181533,6 +185700,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -181848,6 +186020,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -182008,6 +186185,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -182581,6 +186763,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -182895,6 +187082,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -183499,6 +187691,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -183813,6 +188010,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -184045,6 +188247,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -184466,6 +188673,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -184900,6 +189112,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -185499,6 +189716,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -185626,6 +189848,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186134,6 +190361,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186550,6 +190782,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186678,6 +190915,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -186942,6 +191184,11 @@ "name": "url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -187516,6 +191763,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188076,6 +192328,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -188684,6 +192941,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -189047,6 +193309,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -189413,6 +193680,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -189972,6 +194244,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -190335,6 +194612,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -191407,6 +195689,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -196523,7 +200810,7 @@ "repository_vulnerability_alert": { "create": { "descriptionHtml": "

A repository vulnerability alert was created.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -196805,7 +201092,7 @@ }, "dismiss": { "descriptionHtml": "

A repository vulnerability alert was dismissed.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -196977,6 +201264,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -197095,7 +201387,7 @@ }, "reopen": { "descriptionHtml": "

A previously dismissed or resolved repository vulnerability alert was reopened.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -197377,7 +201669,7 @@ }, "resolve": { "descriptionHtml": "

A repository vulnerability alert was marked as resolved.

", - "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nDeprecation notice: This event is deprecated. Use the dependabot_alert event instead.

\n
", + "summaryHtml": "

This event occurs when there is activity relating to a security vulnerability alert in a repository.

\n

Warning

\n

\nClosing down notice: This event is closing down. Use the dependabot_alert event instead.

\n
", "bodyParameters": [ { "type": "string", @@ -197858,6 +202150,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198018,6 +202315,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198271,6 +202573,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198431,6 +202738,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198684,6 +202996,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -198844,6 +203161,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199097,6 +203419,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199257,6 +203584,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199511,6 +203843,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -199671,6 +204008,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -200897,6 +205239,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201029,6 +205376,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201149,6 +205501,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201379,6 +205736,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201511,6 +205873,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201631,6 +205998,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -201883,6 +206255,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202015,6 +206392,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202135,6 +206517,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202371,6 +206758,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202503,6 +206895,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202623,6 +207020,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -202936,6 +207338,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203068,6 +207475,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203188,6 +207600,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203495,6 +207912,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203627,6 +208049,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -203747,6 +208174,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -206246,6 +210678,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -206423,6 +210860,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -207027,6 +211469,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -207536,6 +211983,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -208039,6 +212491,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -208543,6 +213000,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -208844,6 +213306,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -209332,6 +213799,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -209814,6 +214286,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -210040,6 +214517,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211807,6 +216289,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -212295,6 +216782,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -212889,6 +217381,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -213115,6 +217612,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index b181cfe211b5..43cd78c994e7 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "e165265240d01bb9ca924b4ace9893455200257e" + "sha": "7c6cc4ee9c2354d4093640bec365415ddd1c3506" } \ No newline at end of file